// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function show_hide(id_langue,champ_modif){

	if(id_langue==1){
		document.getElementById("P"+champ_modif).style.display="none";
		document.getElementById("S"+champ_modif).style.display="";
		document.getElementById("LP"+champ_modif).style.display="none";
		document.getElementById("LS"+champ_modif).style.display="";
	}
	else{
		document.getElementById("P"+champ_modif).style.display="";
		document.getElementById("S"+champ_modif).style.display="none";
		document.getElementById("LP"+champ_modif).style.display="";
		document.getElementById("LS"+champ_modif).style.display="none";
	}
}
function agrandir_img(img1){
window.open("affiche_img.php?img="+img1,"","scrollbars=yes,width=400,height=300,left=300,top=250");
}
function select_depart(dept){
	document.forms.dep.submit();
}

function select_depart(val){
	if(val!=0){
		window.location="chambres-d-hotes-departement.php?idDept="+val;
	}
}

function limiteur()
    {
    maximum = 300;
    champ = document.annonce.text_franc;
    indic = document.annonce.indicateur;

    if (champ.value.length > maximum)
      champ.value = champ.value.substring(0, maximum);
    else
      indic.value = maximum - champ.value.length;
    }



function limiteur2()
    {
    maximum = 300;
    champ = document.annonce.text_ang;
    indic = document.annonce.indicateur2;

    if (champ.value.length > maximum)
      champ.value = champ.value.substring(0, maximum);
    else
      indic.value = maximum - champ.value.length;
    }
	
	<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function affich_critere(){
	if(document.getElementById("divaffich_critere").style.display==''){
		document.getElementById("divaffich_critere").style.display='none';
	}
	else{
		document.getElementById("divaffich_critere").style.display='';
	}
}

function affich_envoiemail(j){
	if(document.getElementById("divaffich_envoiemail"+j).style.display==''){
		document.getElementById("divaffich_envoiemail"+j).style.display='none';
	}
	else{
		document.getElementById("divaffich_envoiemail"+j).style.display='';
	}
}

//-->