replaceFonts = function () {

/*The below was commented out on December 28th, 2007 - sIFR "getURL" functionality stopped working so I am reverting to the HTML menu*/

/*
	if(typeof sIFR == "function"){
	// This is the preferred "named argument" syntax
	//	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"sirf/vandenkeere.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));
		sIFR.replaceElement(named({
		
		sSelector: "#menu_primary ul li",
		sFlashSrc: "/fonts/helveticaLight.swf",
		sColor: "#000000",
		sHoverColor: "941f21",
		sFlashVars: "underline=true&offsetTop=0"
		
		}));
	};
*/	
}