
	function kulturkalender_popup(seite) 
	{                                                                                                                                                                                       
		kulturkalender1= window.open ( seite, "kulturkalender",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=700');                                              
	} 

  
	function popup_aodplayer(seite) 
	{
		popup_aod = window.open ( seite, "AOD",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=766,height=530');
	} 

	function popupAOD(url)
	{
		openPopup(url,'AOD',656,430,0);
	}
	
	function openPopup(url,name,w,h,scroll) 
	{
		var popup = null;
		t = (screen.height) ? (screen.height-h)/2 : 0;
		l = (screen.width) ? (screen.width-w)/2 : 0;
		settings = 'height='+h+',width='+w+',top='+t+',left='+l+',scrollbars='+scroll+',noresize';
		popup = window.open(url,name,settings);
		popup = null;
	}
