// 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(".flashHeading1", named({sFlashSrc: "/images/flashTitle.swf", sColor: "#004730", sLinkColor:"#004730", sHoverColor: "#004730",sFlashVars:"underline=true",  sWmode: "transparent"}));
	sIFR.replaceElement(".flashHeading2", named({sFlashSrc: "/images/flashTitle.swf", sColor: "#1C7053", sLinkColor:"#1C7053", sHoverColor: "#1C7053",sFlashVars:"underline=true",  sWmode: "transparent"}));
};
//-->

