// JavaScript Document
Event.observe(window, 'load', initShelf, false);

function initShelf()
{
shelffx = new fx.Height("shelf", {duration: 300});
shelffx.hide();
}
