function oninit1(){
  affUrlInDiv("divMeteo","/config_v3/73/G.v3/STANDARDAJX.FRANCAIS/librairie/bloc_html/meteo.php");
  refreshCalDateArr();
}

function lanceRechercheMoteurAjxAcc(){
  document.location.href='/liste?'+getQueryStringByForm($('frm_moteurAjxAcc'));
}

function clicCalendJsAcc(evt,jour,mois,annee,etat){
  $("inpt_date_deb").value=jour+mois+annee;
  afficheEffaceCalendJsMenu("calendrierMoteurAcc");
  if (navigator.appName=="Microsoft Internet Explorer"){
    $("lst_nbj").style.visibility="visible";
    $("lst_nbp").style.visibility="visible";
    $("lst_epi").style.visibility="visible";
    $("lst_reg").style.visibility="visible";
  }
}

function afficheEffaceCalendJsAcc(nomDiv){
  if($(nomDiv).showing==true){
    Effect.BlindUp(nomDiv);       
    $(nomDiv).showing=false;
    if (navigator.appName=="Microsoft Internet Explorer"){
      $("lst_nbj").style.visibility="visible";
      $("lst_nbp").style.visibility="visible";
      $("lst_epi").style.visibility="visible";
      $("lst_reg").style.visibility="visible";
    }
  }
  else{
    Effect.BlindDown(nomDiv);       
    $(nomDiv).showing=true;
    if (navigator.appName=="Microsoft Internet Explorer"){
      $("lst_nbj").style.visibility="hidden";
      $("lst_nbp").style.visibility="hidden";
      $("lst_epi").style.visibility="hidden";
      $("lst_reg").style.visibility="hidden";
    }
  }
}
/*
function refreshCalDateArr(){
	if ($("calendrierMoteurAcc")){
		if($("lst_type").value=="H"){
	//		$("lst_nbj").value="1";
	     if($("calendrierMoteurAcc")) setCalendrierGeneral("gites73","1","","H","calendrierMoteurAcc",clicCalendJsAcc,"inpt_date_deb","","","lst_nbj","1","");
		}
		else{
	//		$("lst_nbj").value="7";
			 if($("calendrierMoteurAcc")) setCalendrierGeneral("gites73","1","","G","calendrierMoteurAcc",clicCalendJsAcc,"inpt_date_deb","","","lst_nbj","1","");
		}
	}
}*/