function showPegasus(){
			document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/SWFlash.cab#version=8,0,0,0' WIDTH='100%' HEIGHT='100%' id='pegasus' ALIGN='center'>");
			document.writeln("<PARAM NAME=movie VALUE='PegasusWeb_2010-01.swf?boxHeight=800'>");
			document.writeln("<PARAM NAME=menu VALUE=false>");
			document.writeln("<PARAM NAME=quality VALUE=high>");
			document.writeln("<PARAM NAME=salign VALUE=LT>");
			document.writeln("<param name=swliveconnect value=true>");
			document.writeln("<PARAM NAME=bgcolor VALUE=#000000>");
			document.writeln("<EMBED src='PegasusWeb_2010-01.swf?boxHeight=800' menu=false quality=high swLiveConnect=true salign=LT bgcolor=#000000  WIDTH='100%' HEIGHT='100%' NAME='pegasus' ALIGN='center' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
			document.writeln("</EMBED>");
			document.writeln("</OBJECT>");
}

var flashfilm = ""; 

function getFlashPath() {
	var agt=navigator.userAgent.toLowerCase();
	
	if (document.all) 
		return document.SHA2007main;
	else if (window.opera)
		return document.getElementById("SHA2007main");
	else if (agt.indexOf("safari") != -1)
		return document.getElementById("SHA2007main");
	else
		return document.embeds["SHA2007main"];
}



WinAppearance="toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=yes,copyhistory=no";
WinAppearanceScroll="toolbar=no,location=no,directories=no,scrollbars=yes,status=no,resizable=yes,copyhistory=no";

function Pop(url,name,breite,hoehe) { 
	breite += 20;
	hoehe += 40;
  var w = window.open(url,name,WinAppearance+',top=200,left=400,width='+breite+',height='+hoehe);
  w.focus();
  var Nbreite = breite + 20;
  var Nhoehe = hoehe + 40;
  w.resizeTo(Nbreite,Nhoehe);
  
}
function PopTooLarge(url,name,breite,hoehe) { 
	breite += 20;
	hoehe += 40;
  var w = window.open(url,name,WinAppearanceScroll+',top=1,left=1,width='+breite+',height='+hoehe);
  w.focus();
  var Nbreite = breite + 20;
  var Nhoehe = hoehe + 40;
  w.resizeTo(Nbreite,Nhoehe);
  
}

function PopScroll(url,name,breite,hoehe) { 
  window.open(url,name,WinAppearanceScroll+',top=200,left=400,width='+breite+',height='+hoehe);
}


