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";

		// This is the preferred "named argument" syntax
		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:"tradegothic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));

		// 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");
	};
}

//]]>

getVar = function(v){
	if(window.location.search.indexOf(v+"=")>=0){
		return(window.location.search.match(new RegExp("[?|&]?" + v + "=([^&]*)"))[1]);
	}else{
		return false;
	}
}


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