/*	sIFR v2.0 RC4
	Copyright 2004 - 2005 Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
*/

//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	//sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"css/fonts/vandenkeere.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));
    //sIFR.replaceElement(named({sSelector:"span.MenuLink", sFlashSrc:"css/fonts/georgia.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF",  sHoverColor:"#f6c7a9", sWmode:"transparant"}));
   sIFR.replaceElement(".StandardHeader", named({sFlashSrc: "css/fonts/din.swf", sColor: "#ffffff", sWmode: "transparent"}));
   sIFR.replaceElement(".StandardHeader2", named({sFlashSrc: "css/fonts/din.swf", sColor: "#000000", sWmode: "transparent"}));
};

//]]>

