function selectRedirPays(){
	var dl=this.document.RechDest.destlistPays;
	var dlv=dl.options[dl.selectedIndex].value;
	if (dlv!=null && dlv!="") this.window.location  =  dlv;
}

function selectRedirContinent(){
	var dl=this.document.RechDest.destlistContinent;
	var dlv=dl.options[dl.selectedIndex].value;
	if (dlv!=null && dlv!="") this.window.location  = dlv;
}

function selectRedirIle(){
	var dl=this.document.RechDest.destlistIle;
	var dlv=dl.options[dl.selectedIndex].value;
	if (dlv!=null && dlv!="") this.window.location  =  '/iles-'+dlv+'.jsp';
}
