// JavaScript Document
// mail
function mycontact(){
var c1="mailto:del"; var c2="clos@n"; var c3="et-u"; var c4="p.com";
var dest=c1+c2+c3+c4;
var p1='<div align="center" class="bMenu"><a href="';
var p2='" class="bMenu">Nous contacter</a> </div>';
document.write(p1+dest+p2)
}
//Optimisation page
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function optSize(){
Theobj = document.getElementById("Utext");
Theobj0 = document.getElementById("outils");
var L=screen.availWidth;
var a= L-200;
Theobj.style.width = (a+"px");
Theobj0.style.width = Theobj.style.right;
}
// fonctions menu
var i=0;
function shlayer(na,vi){
theObj = document.getElementById(na);
if ( theObj.style.visibility !=vi)theObj.style.visibility = vi;
}

function cacheItems(v){
var i=0;
var s="item";var nm="";
for(i=0;i<2;i++){
	 nm=s+i;
	
	shlayer(nm,"hidden");}
}
function showPage(){
var carac="height="+screen.availHeight+",width="+screen.availWidth+",scrollbars=yes,resizable=yes";
var ws=open("astro/testexemple.htm",'',carac);
}
function o_mer(){
alert("Remplissez le formulaire, si vous résidez hors d'europe vous serez redirigé automatiquement vers le foemulaire adapté.");
}