
function doSIFR() {
if(typeof sIFR == "function"){

			// header		
		sIFR.replaceElement(named({sSelector:".header", sFlashSrc:"/www/include/conduit-light.swf", sColor:"#373a3b", sLinkColor:"#373a3b",  sHoverColor:"#f63b09", sBgColor:"#f0f0f0", sWmode:"transparent", sCase:"upper", nPaddingTop:0,  nPaddingBottom:0, sFlashVars:"textalign=left&offsetBottom=0"}));	
		
		sIFR.replaceElement(named({sSelector:".header-light", sFlashSrc:"/www/include/conduit-light.swf", sColor:"#939393", sLinkColor:"#a1a1a1",  sHoverColor:"#f63b09", sBgColor:"#f0f0f0", sWmode:"transparent", sCase:"upper", nPaddingTop:0,  nPaddingBottom:0, sFlashVars:"textalign=left&offsetBottom=0"}));	
		
			sIFR.replaceElement(named({sSelector:".bottom-line h3", sFlashSrc:"/www/include/conduit-light.swf", sColor:"#757575", sLinkColor:"#757575",  sHoverColor:"#f63b09", sBgColor:"#000000", sWmode:"transparent", sCase:"upper", nPaddingTop:0,  nPaddingBottom:0, sFlashVars:"textalign=left&offsetBottom=0"}));	
		
						
	};
}



/* Menu*/

sfHover = function() {
	var sfEls = document.getElementById("menu").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);



/* Flash animace */

function RunAnimation()
{
       var introFO = new FlashObject("/www/include/10-rotating-products.swf", "fla", "100%", "446", "6", "#e8e8e8");
		introFO.addParam("wmode", "transparent");
		introFO.addParam("scale", "noscale");
		introFO.addParam("anim", "false");
		introFO.write("flashcontent");
		
}




/* Mapa */

function RunAnimationMapa()
{
       var introFO = new FlashObject("/www/include/08-mapa.swf", "fla", "607", "300", "6", "#e8e8e8");
		introFO.addParam("wmode", "transparent");
		introFO.addParam("scale", "noscale");
		introFO.addParam("anim", "false");
		introFO.write("mapacontent");
		
}












