<!---

/*
	PLEASE READ! 
	IF THIS FILE NAME DOES NOT BEGIN WITH template_
	THIS FILE WILL Be OVERWRITTEN.
	MAKE CHANGES TO THE SAME FILENAME WITH template_ PREFIX!
	THEN RUN http://domain.com/?rebuildCSS
	
	THIS IS BECUASE THIS FILE IS DYNAMICALY UPDATED FROM _config.cfm

*/

//<![CDATA[
/* Replacement calls. Please see readme.txt for more information. */

var fontChappPro = path + "scripts/chapparal-pro.swf";
var fontChappProIt = path + "scripts/chapparal-pro-it.swf";
var fontChappProSemi = path + "scripts/chapparal-pro-semi.swf";
var fontChappProSemiIt = path + "scripts/chapparal-pro-semi-it.swf";

if(typeof sIFR == "function" && sIFR.UA.bHasTransparencySupport){
//if(typeof sIFR == "function"){
	var H1Template = named(
												 {sFlashSrc : fontChappProIt, 
												 sColor : "#FFFFFF", 
												 sBgColor : "#6391B5", 
												 sFlashVars : "textalign=right&offsetLeft=0&offsetTop=0&underline=true", 
												 sWmode : "transparent" }
												 )	
		
	var H2Template = named(
												 {sFlashSrc : fontChappPro, 
												 sColor : "green", 
												 sLinkColor : "#926a51", 
												 sHoverColor : "#926a51", 
												 sBgColor : "#F1EFE6", 
												 nPadding : "0,0,0,0", 
												 sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", 
												 sWmode : "transparent"}
												 );
	
	var H3Template = named(
												 {sFlashSrc : fontChappPro, 
												 sColor : "orange", 
												 sLinkColor : "#926a51", 
												 sHoverColor : "#926a51", 
												 sBgColor : "#F1EFE6", 
												 nPadding : "0,0,0,0", 
												 sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", 
												 sWmode : "transparent"}
												 );
		
	var H4Template = named(
												 {sFlashSrc : fontChappProIt, 
												 sColor : "#645844", 
												 sLinkColor : "#926a51", 
												 sHoverColor : "#926a51", 
												 sBgColor : "#F1EFE6", 
												 nPadding : "0,0,0,0", 
												 sFlashVars : "textalign=left&offsetLeft=0&offsetTop=0&underline=true", 
												 sWmode : "transparent"}
												 );
	
	sIFR.replaceElement("#title h1", H1Template);
	//sIFR.replaceElement("h2", H2Template);
	sIFR.replaceElement("h3", H3Template);
	sIFR.replaceElement("h4", H4Template);

}
//]]>
//--->
