// JavaScript Document

//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
//	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"tradegothic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));

// This is the older, ordered syntax
//	sIFR.replaceElement("h2", "squelettes/vayton/gill-sans-std_regular.swf", "#FFFFFF", null, "#94CC3D", null, 0, 0, 0, 0);
	sIFR.replaceElement("h2", named({sFlashSrc: "squelettes/vayton/gill-sans-std_light.swf", sColor: "#000000", sHoverColor: "", sBgColor: "", nPaddingLeft: "", sFlashVars: "textalign=left", sCase: "upper", sWmode: "transparent"}));
	sIFR.replaceElement(".menutitle", named({sFlashSrc: "squelettes/vayton/gill-sans-std_light.swf", sColor: "#000000", sHoverColor: "", sBgColor: "", nPaddingLeft: "", sFlashVars: "textalign=left", sCase: "upper", sWmode: "transparent"}));
//	sIFR.replaceElement("h2", "squelettes/vayton/gill-sans-std_light.swf", "#000000", null, null, null, 0, 0, 0, 0);
//	sIFR.replaceElement("h3", "squelettes/vayton/gill-sans-std_light.swf", "#000000", null, null, null, 0, 0, 0, 0, null);

};

//]]>