function SIFRreplacement() 
	{
		if(typeof sIFR == "function"){			
		    sIFR.bHideBrowserText = false;
		    sIFR.bFixFragIdBug = false;
		    sIFR.setup();
			sIFR.replaceElement( named({sSelector:"#menu span.item", 
										sFlashSrc:"_swf/sifr.swf", 
										sColor:"#002f55", 
										sLinkColor:"#002f55", 
										sHoverColor:"#ffffff", 
										sFlashVars:"textalign=left&offsetTop=0",
										sWmode: "transparent"
										}));
		
		};
	}
