

function colapsearbo(){

	var a=document.getElementById("arbo");

	var b=document.getElementById("colapse");

	if (a.style.display=="none"){

		a.style.display="block";

		b.className="repli";

		}else{

		a.style.display="none";

		b.className="depli";

		}

}





function confirmer(urle){

  if (confirm("Effacer ce document ?")) {

    this.location.href = urle

  }

  }





function chgpage(formulaire)

{

if (formulaire.listepages.selectedIndex != 0)

{

location.href = formulaire.menu4.options[formulaire.menu4.selectedIndex].value;

}

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

