numberform=0;
tpaffiche=5000;

lay_top_current=0;



readytop=true;
function affiche(x){
	if(readytop){
		//if (tmp2) clearTimeout(tmp2);
		if (x!= lay_top_current) cache();
		//if (x!=1){
			objlayer = eval("(document.all)?document.all.layer"+x+".style:(document.layers)?document.layer"+x+":document.getElementById(\"layer"+x+"\").style");
			objlayer.visibility="visible";
		//}
		lay_top_current=x;
	}
}

function cache(){
	if(readytop){
	for(i=0; i<=9; i++){
		objlayer = eval("(document.all)?document.all.layer"+i+".style:(document.layers)?document.layer"+i+":document.getElementById(\"layer"+i+"\").style");
		objlayer.visibility="hidden";
	}
	
	lay_top_current=0;
	}
}

function hide(n){tmp2=setTimeout('cache()',tpaffiche);}

