// onload object used to store global objects to detect their availability
var initialize = new Object();

initializePage = function()
{
	if (initialize.forms) forms.ini();
	if (initialize.popwin) popwin.ini();
	if (initialize.navigation) navigation.ini();
	if (initialize.productPreview) productPreview.ini();

	if(typeof sIFR == "function")
	{
		sIFR.replaceElement(named({sSelector:"h2.SIFR", sFlashSrc:"/images/sifr.swf", sColor:"#5f4234", sBgColor:"#ebebeb", sWmode:'opaque', sFlashVars:"offsetTop=0&offsetLeft=8"}));
	}

};
