// JavaScript Document
function openExtLink(url,w,h) {
		if (w==null) 
		w=640;
		if (h==null) 
		h=480;
        ExtLinkWindow =  window.open(url, "Wnd1", "resizable=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,toolbar=0,width="+w+",height="+h);
        ExtLinkWindow.focus();
      }
	  
//teksten voor link	  
text1="Klik op foto voor vergroting";
text2="Naar bovenzijde van de pagina";
text3="Engelse versie";
text4="Informatie aanvragen";
text5="Reserveren";
text6="Bladeren";
text7="Terug naar overzicht arrangementen";
text8="Terug naar de overzichtpagina";
text9="Hotel de Arendshoeve / Onder de Molen";

texte1="Click on the picture to enlarge";
texte2="To the top of the page";
texte3="Dutch Version";
texte4="Request information";
texte5="Book now";
texte6="Browser";
texte7="Return to packages";
texte8="Return to index";
