/*                                         ################################################################################                                                                             #               Written by Laurent Peter  - laurent@kabloonak.com              ##     Written for Kabloonak Communications - peter.rouffa@kabloonak.com        ## Copyright  2002  by Kabloonak Communications, All Rights Reserved.      #################################################################################*/function Redirect(quoi){language = this.window.frames[1].document.forms[0].language.value;//nbpers = this.window.frames[1].document.forms[0].nbre.selectedIndex * 2;persind = this.window.frames[1].document.forms[0].nbre.selectedIndex;var nbpers=new Array(0,2,4,8,10,12,14,16,18);	if (!nbpers[persind]) {		if (language =="FR"){			alert ("Choisissez d'abord le nombre de personnes par g\356te !!!");			return;		}		if (language =="UK"){			alert ("Please, choose first the number of persons per house");			return;		}		if (language =="NL"){			alert ("Kies eerst het nummer van personen per vakantiehuis !!");			return;		}		}var redirection;//redirection = "pages/" + language + "/" + quoi + nbpers[persind]+ ".html";redirection = "pages/" + language + "/" + quoi + "/pg_" + quoi + nbpers[persind]+ ".html";top.frames[2].document.location = redirection;}function Getselect(){nbp = this.window.frames[1].document.forms[0].nbre.selectedIndex;var newsel;	if (nbp>0){	newsel = "booking/select.html?" + nbp;	}	else{	newsel = "booking/select.html";	}//alert (newsel);//return false;	top.frames[2].document.location = newsel;}