﻿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>Reisgidsen en andere reisboeken om je weekendjes, vakanties en citytrips voor te bereiden.</title></head><body marginleft=5 marginheight=5 leftmargin=5 topmargin=5 link=#00baff vlink=#00baff alink=#00baff text=#000000 bgcolor=#FFFFFF onLoad=window.print()><table border=0 cellpadding=0 cellspacing=0 width=750 height=75><tr><td width=234 valign=top align=left><img src=http://www.travelemotions.eu/images/travelemotions_logo.jpg></td><td width=326></td></tr></table>'); 
					winprint.document.write('<font face=arial size=2>');
					winprint.document.write(sWinHTML);          
	                winprint.document.write('</font>');
	                winprint.document.close(); 
					winprint.focus(); 
}


function PopUpURL(pagina,myWidth,myHeight) 
			{ 
			var LeftPosition = (screen.width) ? (screen.width-myWidth)/2 : 0;
			var TopPosition = (screen.height) ? ((screen.height-myHeight)/2)-50 : 0;
						
			var sOption="toolbar=no,location=no,directories=no,menubar=no,"; 
				sOption+="scrollbars=yes,width=" + myWidth +",height=" + myHeight +",left=" + LeftPosition + ",top=" + TopPosition + "";
				
			window.open(pagina,"autopubwin",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); 
} 
