<!--
function valider(langue)
{
  var mois_1 = document.formulaire.mois_1.value;
  var jour_1  = document.formulaire.jour_1.value;
  var mois_2 = document.formulaire.mois_2.value;
  var jour_2  = document.formulaire.jour_2.value;
  var programme = document.formulaire.programme.value;
  var code = document.formulaire.code.value;
  

    location.href = "http://www.choicehotels.ca/hotels/roomRates?language="+langue+"&hotel=CN541&month="+mois_1+"&day="+jour_1+"&depart_month="+mois_2+"&depart_day="+jour_2+"&srp="+programme+code;
  return true;
	return true;
}


function popup(Url, H, L)
{
  var fen=window.open(Url,"fen","scrollbars=yes,menubar=no,resizable=no,width="+L+",height="+H+",top="+(screen.height-H)/2+",left="+(screen.width-L)/2+"");
  if (fen.opener == null)
    fen.opener = self;
  fen.focus();
}


function popup_image(URL, WIDTH, HEIGHT)
{
  windowprops = "left=0,top=0,width=" + (WIDTH+10) + ",height=" + (HEIGHT+40);

  text = "<html><head><title>En images</title></head><body bgcolor='black'";
  text += "><center><img src='" + URL + "'>";
  text += "</center></body></html>";

  preview = window.open("", "preview", windowprops);
  preview.document.open();
  preview.document.write(text);
  preview.document.close();
}
//-->
