function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//<![CDATA[
/* Replacement calls. Please see documentation for more information. */
function sifr_init(){
	if(typeof sIFR == "function"){
			anke_print = "fileadmin/swf/sifr_anke_print.swf";
			dinbold = "fileadmin/swf/sifr_dinbold2.swf";
			dinmedium = "fileadmin/swf/sifr_dinmedium2.swf";

		// This is the preferred "named argument" syntax
		sIFR.replaceElement(named({sSelector:"body #nav li.active", sFlashSrc:dinbold, sCase:"upper", sColor:"#ffffff", sLinkColor:"#ffffff", sBgColor:"#000000", sHoverColor:"#ffffff", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12"}));
		sIFR.replaceElement(named({sSelector:"body #nav li", sFlashSrc:dinmedium, sCase:"upper", sColor:"#ffffff", sLinkColor:"#ffffff", sBgColor:"#000000", sHoverColor:"#d59593", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12"}));
		//sIFR.replaceElement(named({sSelector:"body #boxHead h2", sFlashSrc:dinbold, sCase:"upper", sColor:"#ffffff", sLinkColor:"#ffffff", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12&offsetLeft=-2"}));
		sIFR.replaceElement(named({sSelector:"body #boxHead h2", sFlashSrc:dinbold, sCase:"upper", sColor:"#A11410", sLinkColor:"#A11410", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12&offsetLeft=-1"}));
		sIFR.replaceElement(named({sSelector:"#home h2x", sFlashSrc:dinbold, sCase:"upper", sColor:"#333333", sLinkColor:"#333333", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=2&fontsize=12&offsetLeft=-1"}));
		sIFR.replaceElement(named({sSelector:"#home h3x", sFlashSrc:dinbold, sCase:"upper", sColor:"#333333", sLinkColor:"#333333", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=2&fontsize=12&offsetLeft=-1"}));
		sIFR.replaceElement(named({sSelector:"body #colCenter h2", sFlashSrc:dinbold, sCase:"upper", sColor:"#A11410", sLinkColor:"#A11410", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=14&offsetLeft=-1"}));
		sIFR.replaceElement(named({sSelector:"body #colRight h2", sFlashSrc:dinbold, sCase:"upper", sColor:"#A11410", sLinkColor:"#A11410", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12&offsetLeft=-1"}));
		//sIFR.replaceElement(named({sSelector:"body h3", sFlashSrc:dinbold, sCase:"upper", sColor:"#A11410", sLinkColor:"#A11410", sBgColor:"#000000", sHoverColor:"#A11410", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=12"}));
		//sIFR.replaceElement(named({sSelector:"body .schriftComic", sFlashSrc:anke_print, sColor:"#333333", sLinkColor:"#333333", sBgColor:"#000000", sHoverColor:"#333333", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=16"}));
		sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:dinmedium, sColor:"#ffffff", sLinkColor:"#ffffff", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&fontsize=24"}));

		// 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);*/
		//alert("test");
	};
}

//]]>

// W3C standard
if (window.addEventListener){
  window.addEventListener('load', sifr_init, false); // NB **not** 'onload'
}
// Microsoft
else if (window.attachEvent){
  window.attachEvent('onload', sifr_init);
}
