<!--
 /*
	sSelector = CSS selector you'd like to replace (e.g. 'h1.main' or 'h2' or '#main h3')
	sColor = text color (e.g. '#000000'... black is the default)
	sLinkColor = link color (e.g. '#0000CC'... same color as text is the default)
	sHoverColor = link color on hover (e.g. '#00CC00'... same color as linkcolor is the default)
	sBgColor = color of background (e.g. '#CCCCCC'... if you are using transparency, this will be the fallback background color for browsers which don't support transparency... white is the default)
	
	nPadding parameters = enter 0 in here unless you specifically have padding assigned to the element in CSS
	PADDING MUST MATCH *EXACTLY* TO YOUR CSS... THESE ARE NOT NUMBERS TO TRIFLE WITH
		
	sFlashVars = this is a special parameter which lets you pass other things into Flash. Examples include:
	textalign=center (horizontally centers text)
	offsetLeft=5 (pushes text 5 pixels to the right)
	offsetTop=5 (pushes text 5 pixels down)
	underline=true (adds underline to links on hover)
	--- Example syntax for extra parameters (& delimited): ---
	--- 'textalign=center&offsetTop=2&offsetLeft=4' ---
	
	sCase = 'upper' or 'lower' transforms text to upper or lower case... this param is optional
	sWmode = this parameter is not needed unless you want the background of the Flash movie to be transparent (not recommended) or if you are stacking other DHTML elements above sIFR... if you need transparency, enter 'transparent' (which will also enable stacking)... if you only need stacking, enter 'opaque'... otherwise omit this parameter
*/

if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/includes/swis721.swf", sWmode:"transparent", sColor:"#ffffff", sLinkColor:"#99C915", sBgColor:"#FFFFFF", sHoverColor:"#6481A9", nPaddingTop:null, nPaddingBottom:null, sFlashVars:null}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/includes/swis721.swf", sWmode:"transparent", sColor:"#333333", sLinkColor:"#99C915", sBgColor:"#FFFFFF", sHoverColor:"#6481A9", nPaddingTop:null, nPaddingBottom:null, sFlashVars:null}));
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"/includes/swis721.swf", sWmode:"transparent", sColor:"#81A71B", sLinkColor:"#99C915", sBgColor:"#FFFFFF", sHoverColor:"#6481A9", nPaddingTop:null, nPaddingBottom:null, sFlashVars:null}));
};



//-->

