// JavaScript Document
<!--
if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac){
	sIFR.setup();
};

if(typeof sIFR == "function"){
    sIFR.bHideBrowserText = false;
    sIFR.bFixFragIdBug = false; // not recommended!
    sIFR.setup();
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h1.flashHeading0", named({sFlashSrc: "/flash/foco.swf", sColor: "#675c53", sWmode: "transparent"}));sIFR.replaceElement("h2.home", named({sFlashSrc: "/flash/foco.swf", sColor: "#a8b400", sWmode: "transparent"}));
	sIFR.replaceElement("h2", named({sFlashSrc: "/flash/foco.swf", sColor: "#024731", sWmode: "transparent"}));
	
    
};
//-->

