function oninit(){
  if ($("calendrierMoteurMenu")) setCalendrierGeneral("gites20","1","","H","calendrierMoteurMenu",clicCalendJsMenu,"inpt_date_deb","","","lst_nbj","1","");
}

// Calendrier JS
function afficheEffaceCalendJs(nomDiv){
  if($(nomDiv).showing==true){
    Effect.BlindUp(nomDiv);       
    $(nomDiv).showing=false;
  }
  else{
    Effect.BlindDown(nomDiv);       
    $(nomDiv).showing=true;
  }
}
function clicCalendJsMenu(evt,jour,mois,annee,etat){
  $("inpt_date_deb").value=jour+mois+annee;
  afficheEffaceCalendJs("calendrierMoteurMenu");
}
// fin calend JS

function lanceRecherche(){
    document.location.href='http://www.gites-corsica.com/liste?'+getQueryStringByForm($('frm_moteur_recherche'));
}
