function selectChanged() {
 document.location='temoignages.asp?hotel='+document.form1.hotel[document.form1.hotel.selectedIndex].value;
 return false;
}

