// Function to replace items using sifr
// Use:
//		Call at the bottom of the page that sifr is used on
//

function sifrReplacement(){
	if(typeof sIFR == "function"){
		dotdotpath='';
		// replace menu items with sifr text
		//sIFR.replaceElement(".navlnk", dotdotpath + "flash/sifr/vagRoundedBT.swf","#BD6680", "#BD6680", "#ff0000", "#FFFFFF", 0, 0, 0, 0, "textalign=right");
		//sIFR.replaceElement(".navactivelnk", dotdotpath + "flash/sifr/vagRoundedBT.swf","#90002B", "#90002B", "#90002B", "#FFFFFF", 0, 0, 0, 0, "textalign=right");
					
		sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:dotdotpath + "includes/flash/FuturaLight.swf", sColor:"#FF0000",  sBgColor:"#FFFFFF", nPaddingLeft:0, nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetLeft=10"}));
		
		sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:dotdotpath + "includes/flash/FuturaLight.swf", sColor:"#FF0000",  sBgColor:"#FFFFFF", nPaddingLeft:0, nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetLeft=15"}));
		
		/*
		sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:dotdotpath + "includes/flash/FuturaLight.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#000000", nPaddingLeft:0, nPaddingTop:0, nPaddingRight:0, nPaddingBottom:0, sFlashVars:"textalign=left"}));
		*/
		
		
		
//alert('dotdotpath' + dotdotpath);
	};
};
