// JavaScript Document

	function openwindow(id) {		
			
			URL='/function/events_drucken.php?id='+id;
		
		popup=window.open(URL,"", "width=600,height=1400,toolbar=no,scrollbars=yes,status=no,top=50,left=50");
		}

	function openwindowP(id) 
	{
		URL='/function/meldung_drucken.php?id='+id+'';		
		popup=window.open(URL,"", "width=500,height=1400,toolbar=no,scrollbars=yes,status=no,top=50,left=50");
	}
		
	function openwindowA(id) {		
		
		URL='/function/artikel_drucken.php?id='+id;
	
	popup=window.open(URL,"", "width=600,height=1400,toolbar=no,scrollbars=yes,status=no,top=50,left=50");
	}	
