function doFlashReplace() {
	if (document.getElementById) {
		var thispage = document.getElementsByTagName('body')[0];
		for (var x = 0; x < thispage.attributes.length; x++) {
			if (thispage.attributes[x].nodeName.toLowerCase() == 'class') {
				currentpage = thispage.attributes[x].nodeValue;
			}
		}


		if (currentpage == "family" || currentpage == "commercial" || currentpage == "buyingsellinghouse" || currentpage == "privateclient" || currentpage == "depts") {
			thecolor = "#bd2727";
			secondcolor = "#9D99DF";
		}

		if (currentpage == "home" || currentpage == "contactus" || currentpage == "careers" || currentpage == "enquiry" || currentpage == "legalinfo") {
			thecolor = "#A8CF67";
			secondcolor = "#9D99DF";
		}
		if (currentpage == "partners") {
			thecolor = "#92c4d4";
			secondcolor = "#9D99DF";
		}
		if(currentpage =="news"){
		    thecolor = "#BB76A9";
		    secondcolor = "#000000";
		}		
		
		if(currentpage =="seminar" || currentpage == "meetingspace"){
		    thecolor = "#FF9501";
		    secondcolor = "#9D99DF";
		}
		/* Replacement calls. Please see documentation for more information. */
		var str = "";
		for(var i in sIFR){
			str += i+" , "; 
		}
		//alert(str);
		//alert(sIFR);
		
		if(typeof sIFR == "function"){
		// This is the preferred "named argument" syntax
			sIFR.replaceElement(named({sSelector:".section h1", sFlashSrc:"helveticaneuelight.swf", sColor:thecolor, sLinkColor:thecolor, sBgColor:"#FFFFFF", sHoverColor:thecolor, sFlashVars:"textalign=left&offsetLeft=0"}));
			
			sIFR.replaceElement(named({sSelector:".bottomsection h1", sFlashSrc:"helveticaneuelight.swf", sColor:thecolor, sCase: "lower", sLinkColor:thecolor, sBgColor:"#FFFFFF", sHoverColor:thecolor, sFlashVars:"textalign=left&offsetLeft=0"}));
			
			sIFR.replaceElement(named({sSelector:"#leftside h2", sFlashSrc:"arial.swf", sColor:secondcolor, sLinkColor:secondcolor, sBgColor:"#FFFFFF", sCase: "lower", sHoverColor:secondcolor, sFlashVars:"textalign=left&offsetLeft=0"}));

			if (currentpage == "partners") {
			sIFR.replaceElement(named({sSelector:"#maincontent .partner h1", sFlashSrc:"helveticaneuelight.swf", sColor:thecolor, sCase: "lower", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sFlashVars:"textalign=left&offsetLeft=0"}));

			}
			if (currentpage == "enquiry") {
			sIFR.replaceElement(named({sSelector:"#leftside .cmxform legend", sFlashSrc:"helveticaneuelight.swf", sColor:thecolor, sCase: "lower", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sFlashVars:"textalign=left&offsetLeft=0"}));

			}

		};
	}
}