/* Replacement calls. Please see documentation for more information. */

/*
* sIFR accepteert onderstaande argumenten (in deze volgorde):
* sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor,
* sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom,
* nPaddingLeft, sFlashVars, sCase, sWmode
*/

if(typeof sIFR == "function"){
	// H1 element font = Century Gothic
	sIFR.replaceElement(
		named({
 			sSelector:"h1",
 			sFlashSrc:"./script/gothic.swf",
 			sColor:"#FFFFFF",
 			sBgColor:"#F29419",
 			nPaddingTop:0,
 			nPaddingBottom:0,
 			sFlashVars:"textalign=right&offsetTop=0",
			sWmode:"transparent"
 			}
 		)
	);
}