function zaladujLogo()
{
	window.document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="800" height="200" id="animacja" align="middle">');
	window.document.write('<param name="allowScriptAccess" value="sameDomain"/>');
	window.document.write('<param name="allowFullScreen" value="false"/>');
	window.document.write('<param name="movie" value="animacja.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="animacja.swf" quality="high" bgcolor="#ffffff" width="800" height="200" name="animacja" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>');
	window.document.write('</object>');
}
function openWindow(url, breite, hoehe) 
{
	  links = (screen.width/2)-(breite/2);
     oben = (screen.height/2)-(hoehe/2);
     window.open(url,"popup","height="+hoehe+",width="+breite+",status = no,toolbar = no,alwaysRaised=yes,menubar = no,resizable = no,titlebar = no,scrollbars = yes,fullscreen = yes,top ="+oben+",left ="+links);
}