// JavaScript Document

/* Replacement calls. Please see documentation for more information. */
if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac && (!sIFR.UA.bIsWebKit || sIFR.UA.nWebKitVersion >= 100)){
	sIFR.setup();
};

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax

	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"fileadmin/templates/Generic/Flash/myriad_headline.swf", sColor:"#ffffff", sLinkColor:"#000000", sBgColor:"#FF0000", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body h2.fallback", sFlashSrc:"fileadmin/templates/Generic/Flash/toystory3.swf", sColor:"#ffe608", sLinkColor:"#000000", sBgColor:"#ffffff", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body h2", sFlashSrc:"fileadmin/templates/Generic/Flash/franklin_gothic.swf", sColor:"#ff0000", sLinkColor:"#000000", sBgColor:"#ffffff", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body h3.movie", sFlashSrc:"fileadmin/templates/Generic/Flash/toystory3.swf", sColor:"#ffffff", sLinkColor:"#000000", sBgColor:"#DDE9C1", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body h3", sFlashSrc:"fileadmin/templates/Generic/Flash/franklin_gothic.swf", sColor:"#222222", sLinkColor:"#000000", sBgColor:"#DDE9C1", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&offsetTop=0"}));
};

