/* $Id: setsifr.js,v 1.25 2006/03/21 09:45:53 avesnin Exp $ */
function setSIFR() {
	if(typeof sIFR == "function"){
	//if(sIFR != null && sIFR.replaceElement != null){
		//Homepage headers
		sIFR.replaceElement(named({ sSelector:"#homepage .text-right h3.title-grotesk-l", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("textalign=right&offsetTop=-3")}));		
		sIFR.replaceElement(named({ sSelector:"#homepage h3.title-grotesk-l", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("offsetTop=-3")}));		
		sIFR.replaceElement(named({ sSelector:"#homepage .text-right h3.title-grotesk-s", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#666666", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("textalign=right&offsetTop=-3")}));		
		sIFR.replaceElement(named({ sSelector:"#homepage h3.title-grotesk-s", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("offsetTop=-3")}));		
		
		//For Headlines
		sIFR.replaceElement(named({nWidth:50,nHeight:40, sSelector:"h1.title", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sBgColor:"#ffffff", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"h2.sub-title", sFlashSrc:"/common/js/tgh.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#000000", sBgColor:"#ffffff", sEmColor:"#e20074", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent"}));
		//to be deleted
		sIFR.replaceElement(named({sSelector:"h2.sub-title-msg", sFlashSrc:"/common/js/tgh.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#000000", sBgColor:"#ffffff", sEmColor:"#e20074", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent"}));

		//White headers
		sIFR.replaceElement(named({sSelector:"h3.title-white", sFlashSrc:"/common/js/tgh.swf", sColor:"#ffffff", sEmColor:"#e20074", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent"}));
		
		//For Special Panels
		sIFR.replaceElement(named({ sSelector:".panel .panel-special .content h3.text-right", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sBgColor:"#ffffff", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("textalign=center&offsetTop=-3")}));
		sIFR.replaceElement(named({ sSelector:".panel .panel-special .content h3.title", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sBgColor:"#ffffff", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("offsetTop=-3")}));
		//Business pages 
		sIFR.replaceElement(named({ sSelector:".serve-message .content h3.title", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("offsetTop=-3")}));		
		//For All Panels
		sIFR.replaceElement(named({ sSelector:".panel .content h3.text-right", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("textalign=right&offsetTop=-3")}));
		sIFR.replaceElement(named({ sSelector:".panel .content h3.title", sFlashSrc:"/common/js/tgf.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent", sFlashVars:("offsetTop=-3")}));

		sIFR.replaceElement(named({nWidth:50,nHeight:40, sSelector:".panel .content div.offer-cost", sFlashSrc:"/common/js/tgh.swf", sColor:"#e20074", sLinkColor:"#e20074", sHoverColor:"#e20074", sBgColor:"#ffffff", sEmColor:"#000000", nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, nPaddingLeft:0, sWmode:"transparent"}));
		


	};
}
//}
setSIFR();
