/*	sIFR  play
	by 2creativo

*/

/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	/*
	 
							  sFlashSrc:"../web_files/files/avenir95black.swf", 
							  sColor:"#000000", 
							  sLinkColor:"#000000", 
							  sBgColor:"#FFFFFF", 
							  sHoverColor:"#CCCCCC", 
							  nPaddingTop:20, 
							  nPaddingBottom:20, 
							  sFlashVars:"textalign=center&offsetTop=6"}));
*/
sIFR.replaceElement("h2", named({
							  sFlashSrc:"../web_files/files/font_avenir_romanb.swf",
/*								sFlashSrc: "../web_files/files/avenir_medium.swf",  */
							  sColor:"#CC0000", 
							  sLinkColor:"#CC0000", 
							  sBgColor:"#FFFFFF", 
							  sHoverColor:"#CC0000",
							  nPaddingTop:0, 
							  nPaddingBottom:0,
							  sFlashVars:"underline=true" 
								})); 


sIFR.replaceElement(named({sSelector:"h3", 
							  sFlashSrc:"../web_files/files/font_avenir_roman.swf",
							  sColor:"#444444", 
							  sLinkColor:"#444444", 
							  sBgColor:"#FFFFFF", 
							  sHoverColor:"#CC0000", 
							  nPaddingTop:0, 
							  nPaddingBottom:0
							  }));


/* sIFR.replaceElement("h3", named({sFlashSrc: "../web_files/files/avenir95.swf"})); */
  
/*  sIFR.replaceElement("h1", named({sFlashSrc: "../web_files/files/avenir95.swf", sColor: "#000", sLinkColor: "#336699", sHoverColor: "#CC0000"})); */
/*  sIFR.replaceElement("h2, h3", named({sFlashSrc: "../web_files/files/avenir55.swf", sColor: "#000", sLinkColor: "#336699", sHoverColor: "#CC0000"}));
*/

// This is the older, ordered syntax
/*	sIFR.replaceElement("h5#pullquote", "tradegothic.swf", "#000000", "#000000", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
	sIFR.replaceElement("h2", "tradegothic.swf", "#000000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h4.subhead", "tradegothic.swf", "#660000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h3.sidebox","tradegothic.swf","#000000", "#000000", "#DCDCDC", "#DCDCDC", 0, 0, 0, 0, null);
	sIFR.replaceElement("h3", "tradegothic.swf", "#000000", null, null, null, 0, 0, 0, 0, null);
*/
};


