

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

	// This is the preferred "named argument" syntax
		sIFR.replaceElement(named({sSelector:"h4.dark", sFlashSrc: path+"config/helvetica-heavy.swf", sColor:"#666666", sLinkColor:"#666666", sWmode:"transparent", sHoverColor:"#EF90B1", sBgColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetBottom=0", sCase:"upper" }));

	sIFR.replaceElement(named({sSelector:"h2.black", sFlashSrc: path+"config/helvetica-heavy.swf", sColor:"#423D3D", sLinkColor:"#1A1818", sWmode:"transparent", sHoverColor:"#EF90B1", sBgColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetBottom=0", sCase:"upper" }));

	};
}



function swapStyle(target,set,style) {
	if (set == "on") {target.className = style+'-on';}
	else if (set == "off") {target.className = style;}
}


