function swap_extension(swap) {
	displayType = (document.getElementById(swap).style.display == 'none') ? 'block' : 'none';
	document.getElementById(swap).style.display = displayType;

}

function surfto2(target) {
	if (target != "")
 		target = window.location.href = target;
}

function openWindow(w_name,w_titel,breite,hoehe) {

	var links = screen.width/2-breite/2;
	var oben  = screen.height/2-hoehe/2;

	NewWin = window.open(w_name, w_titel, "width="+breite+",height="+hoehe+",top="+oben+",left="+links+",toolbar=0 scrollbar=yes,location=0");
}

function write_flash(language){
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="668" height="198" id="flash" align="middle">');
   document.write('<param name="allowScriptAccess" value="sameDomain" />');
   document.write('<param name="movie" value="/flash/flash.swf?language='+language+'" />');
   document.write('<param name="quality" value="high" />');
   document.write('<param name="bgcolor" value="#ffffff" />');
   document.write('<embed src="/flash/flash.swf?language='+language+'" quality="high" bgcolor="#ffffff" width="668" height="198" name="flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
   document.write('</object>');
}
