function PrintThisPage(content) 
			{ 
			
			var LeftPosition = (screen.width) ? (screen.width-770)/2 : 0;
			var TopPosition = (screen.height) ? ((screen.height-600)/2)-50 : 0;
						
			var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
				sOption+="scrollbars=yes,width=780,height=600,left=" + LeftPosition + ",top=" + TopPosition + "";
				
				var sWinHTML = document.getElementById(content).innerHTML; 
   
				var winprint=window.open("","euroreizenwindow",sOption); 
					winprint.document.open(); 
					winprint.document.write('<html><HEAD><title>t Achtste Werk - dienstencheques</title></head><body marginleft=5 marginheight=5 leftmargin=5 topmargin=5 bgcolor=#FFFFFF onLoad=window.print()><table border=0 cellpadding=0 cellspacing=0 width=650 height=75><tr><td width=234 valign=top align=left><img src=../images/logo_admin_print.jpg></td><td width=326></td></tr></table><table border=0 cellpadding=0 cellspacing=0 width=650><tr style="font-size: 10pt; font-family:Arial"><td><b>Bij afwezigheid, ziekte of vragen/problemen bel ons op : 053 39.01.10 !</b><br><br></td></tr></table>'); 
					winprint.document.write(sWinHTML);          
	                winprint.document.write('<table width=650 cellpadding=0 cellspacing=0><tr style="font-size: 10pt; font-family:Arial"><td width=650 valign=top colspan=2 style="text-align: center;"><hr noshade color=#312d00>t Achtste Werk - Groenlaan 94 - 9550 Herzele - tel : 053-39.01.10 - info@achtstewerk.be<br>marijke@achtstewerk.be - sofie@achtstewerk.be</td></tr></table>');
					winprint.document.close(); 
					winprint.focus(); 
}


function PopUpURL() 
			{ 
			
			var LeftPosition = (screen.width) ? (screen.width-500)/2 : 0;
			var TopPosition = (screen.height) ? ((screen.height-600)/2)-50 : 0;
						
			var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
				sOption+="scrollbars=yes,width=500,height=600,left=" + LeftPosition + ",top=" + TopPosition + "";
				
			window.open("test.htm","euroreizenwindow",sOption); 
			
}


function getURL(pagina)
{ 
			var strHref = window.location.href;
			var LeftPosition = (screen.width) ? (screen.width-650)/2 : 0;
			var TopPosition = (screen.height) ? ((screen.height-500)/2)-50 : 0;
						
			var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
			sOption+="scrollbars=yes,width=650,height=500,left=" + LeftPosition + ",top=" + TopPosition + "";
			window.open(pagina + strHref,"euroreizenwindow",sOption); 
} 



 
