if(typeof pageName == "undefined")
{
Event.observe(window, 'load', function()
{
	initLightbox();
	$$('.indexPopUp')[0].onclick();
});
}