function verif_form_resa(hotel)
{
	if(hotel=='FRCMontvillargenne') 
	{
	var formm = window.document.getElementById('bookingform') ;
	formm.action = 'http://81.25.194.32/00000001/032/023112/presearchv2.phtml?clusterName=FRCMontvillargenne&from=quicksearch&redir=UK&rt=1268395158'; 
	}
  if((hotel=="7263"))
  {
    alert("Veuillez choisir votre hôtel");
    return false;
  }
  
  return true;
  
}