function Popup(pagina, naam, hoogte, breedte, scroll, tool, menu) {
		window.open(pagina, naam, 'height='+hoogte+',width='+breedte+',scrollbars='+scroll+',toolbar='+tool+',location=no,status=no,menubar='+menu+',left=10,top=10,directories=no')
		}
		
function window_onload() {
if (window.print != null) 
{ window.print(); } 
else 
{ alert('The webbrowser you use doesn´t support autmatic printing. In order to print this page you need to choose print from the File menu in the menu bar.'); 
	}
}