  <!-- 
   function winOpen(url,name, breite, hoehe, scroller) { 
   links = (screen.width/2)-(breite/2); 
   oben = (screen.height/2)-(hoehe/2); 
   window.open(url,name,"height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars ="+scroller+",fullscreen = no,top ="+oben+",left ="+links);
   } 
  //--> 
  
  function oeffneagb (url) {
 hoehe="580";
 breite="520";
links = (screen.width/2)-(breite/2); 
 oben = (screen.height/2)-(hoehe/2+60);
 fenster = window.open(url, "agb", "height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,resizable=no,top ="+oben+",left ="+links);
 fenster.focus();
}


<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function send_to_flash_DoFSCommand(command, args) {
  var send_to_flashObj = InternetExplorer ? send_to_flash : document.send_to_flash;
  var theVarFromFlash = args;
  window.document.get_var.SetVariable("displayVar", theVarFromFlash);
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub send_to_flash_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call send_to_flash_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
//-->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
function show_flash(src, movie, width, height, quality, menu, bgcolor, flashvars)
{
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"" +width+ "\" height=\"" +height+ "\" id=\"" +movie+ "\">");
	document.write("<param name=\"movie\" value=\"" +src+ "\" />");
	document.write("<param name=\"FlashVars\" value=\"" +flashvars+ "\">");
	document.write("<param name=\"quality\" value=\"" +quality+ "\" />");
	document.write("<param name=\"menu\" value=\"" +menu+ "\" />");
	document.write("<param name=\"bgcolor\" value=\"" +bgcolor+ "\" />");
	document.write("<embed src=\"" +src+ "\" swLiveConnect=\"true\" menu=\"" +menu+ "\" FlashVars=\"" +flashvars+ "\" quality=\"" +quality+ "\" bgcolor=\"" +bgcolor+ "\" width=\"" +width+ "\" height=\"" +height+ "\" name=\"" +movie+ "\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
	document.write("</object>");
}



