
//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"h1.search", sFlashSrc:"../static_files/flash/gothicitc.swf", sColor:"#74a252", sWmode:"normal", nPaddingTop:0, nPaddingBottom:0, sBgColor:"#FCFCFC", sFlashVars:"textalign=left&offsetTop=0"}));

<!--	sIFR.replaceElement(named({sSelector:"h1.brown", sFlashSrc:"../static_files/flash/gothicitc.swf", sColor:"#996f36", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));-->

//sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"../static_files/flash/gothicitc.swf", sColor:"#ffffff", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

sIFR.replaceElement(named({sSelector:"h1.contract", sFlashSrc:"../static_files/flash/skia.swf", sColor:"#8c6229", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

sIFR.replaceElement(named({sSelector:"h1.perm", sFlashSrc:"../static_files/flash/skia.swf", sColor:"#446fa3", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"../static_files/flash/gothicitc.swf", sColor:"#446fa3", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

// This is the older, ordered syntax
	sIFR.replaceElement("h1.intro", "../static_files/flash/gothicitc.swf", "#ffffff", "#000000", "#4B6526", "#FFFFFF", 0, 0, 0, 0);
	//sIFR.replaceElement("h2", "../static_files/flash/skia.swf", "#000000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h4", "../static_files/flash/tradegothic.swf", "#660000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h3.sidebox","../static_files/flash/tradegothic.swf","#000000", "#000000", "#DCDCDC", "#DCDCDC", 0, 0, 0, 0, null);
	//sIFR.replaceElement("h3", "../static_files/flash/tradegothic.swf", "#000000", null, null, null, 0, 0, 0, 0, null);

};

//]]>



function clickclear(thisfield, defaulttext) {
if (thisfield.value == defaulttext) {
thisfield.value = "";
}
}

function clickrecall(thisfield, defaulttext) {
if (thisfield.value == "") {
thisfield.value = defaulttext;
}
}

