// JavaScript Document
if(self!=top)top.location=self.location;
function mycontact(){
var c1="mailto:inf"; var c2="o@ast"; var c3="rocour"; var c4="s.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)
}
//fonctions de 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("testexemple.htm",'',carac);
}
// 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");
var L=screen.availWidth;
var a= L-200;
Theobj.style.width = (a+"px");
}
function o_mer(){
alert("Remplissez le formulaire, si vous résidez hors d'europe vous serez redirigé automatiquement vers le foemulaire adapté.");
}