// JavaScript Document
bgcolor='#EC9700';
bgcolor2='#FFB73E';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; font-size:12px; text-decoration:none;}')
document.write('</style>')
document.write('<a onMouseOver="pop(zlien[0],-118)" ><img src="images/menu_abris.jpg" width="118" height="42" border="0"/></a>')
document.write('<div style="position:absolute;height:0"><DIV class=popper id=topdeck></DIV>');
<!--href="abris-de-piscine.html"-->
/*
LIENS
*/
var timeout;
var delai = 650;
zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="abris-bas-de-piscine.html" CLASS=ejsmenu>Abris bas</A>';
zlien[0][1] = '<A HREF="abris-speciaux-de-piscine.html" CLASS=ejsmenu>Abris spéciaux</A>';
zlien[0][2] = '<A HREF="abris-semi-haut-trois-angles-de-piscine.html" CLASS=ejsmenu>Abris semi-hauts 3 angles</A>';
zlien[0][3] = '<A HREF="abris-semi-haut-cinq-angles-de-piscine.html" CLASS=ejsmenu>Abris semi-hauts 5 angles</A>';
zlien[0][4] = '<A HREF="abris-haut-trois-angles-de-piscine.html" CLASS=ejsmenu>Abris hauts 3 angles</A>';
zlien[0][5] = '<A HREF="abris-haut-cinq-angles-de-piscine.html" CLASS=ejsmenu>Abris hauts 5 angles</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 42;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=195 STYLE='background: #FFFFFF;'><TR><TD onmouseover='AnnulerCacher();' onmouseout='CacherDelai();' onfocus='AnnulerCacher();' onblur='CacherDelai();'><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
function CacherDelai() {
	timeout = setTimeout('kill()',delai);
}
function AnnulerCacher() {
	if (timeout) {
		clearTimeout(timeout);
	}
}
document.onclick = kill;