function selectRedirEasytour(){
	var dl=this.document.formulaireAPI3.listeProduitId;
	var dlv=dl.options[dl.selectedIndex].value;
	if (dlv!=null && dlv!=""){
		var temps=dlv.split("|");
		if(temps.length==2){
			var toName=temps[0]
			var refTo=temps[1]
			 this.window.location  =  'http://www.easyvoyage.com/sejours/b2b_aff.jsp?toName='+toName+'&refTo='+refTo+'&ida=MGQIZWM5&ids=JULMS160&type=100';
		}
	}
}