/*couleur du fond des catégories par défaut*/
bgcolor='#F8F1DF';
/*couleur du fond des catégories au passage de la souris*/
bgcolor2='#F8F1DF';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
/*couleur du texte catégorie au passage de la souris*/
document.write('A:hover.ejsmenu {color:#CC3300; text-decoration:none;}')
/*couleur du texte catégorie par défaut*/
document.write('A.ejsmenu {color:#C9731D; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/
/*pop up*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[0][0] = '<A HREF="osier-artisanat-producteur.htm" CLASS=ejsmenu>Producteur</A>';
zlien[0][1] = '<A HREF="osier-artisanat-fabricant.htm" CLASS=ejsmenu>Fabricant</A>';
zlien[0][2] = '<A HREF="osier-artisanat-importateur.htm" CLASS=ejsmenu>Importateur</A>';
zlien[0][3] = '<A HREF="osier-artisanat-magasin.htm" CLASS=ejsmenu>Magasin</A>';
zlien[3][0] = '<A HREF="http://www.picardieweb.com/vannerie-candas/coordonnees.asp" CLASS=ejsmenu>Demande d&#146;info</A>';
zlien[3][1] = '<A HREF="bois-2006.pdf" target="_blank" CLASS=ejsmenu>Télécharger</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 = 49;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
/*
Largeur du menu déroulant sous catégories
*/
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#F8F1DF WIDTH=180><TR><TD><TABLE WIDTH=70% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
/*
Hauteur du menu déroulant sous catégories
*/
while (pass < msg.length)
	{
	content += "<TR ALIGN=center><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=15><FONT SIZE=2 FACE=\"Verdana\">    "+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0></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";
}
document.onclick = kill;
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#F8F1DF WIDTH=50%><TR><TD style="margin: 0px; padding: 0px;"><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=50% HEIGHT=25><TR>')
document.write('<TD  style="margin: 0px; padding: 0px;" WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[0],302)" onmouseout="this.style.background=\''+bgcolor+'\'"><FONT SIZE=2 FACE=\"Verdana\"><A onclick="return(true)" onmouseover="pop(zlien[0],0)" href=# CLASS=ejsmenu><img src="images/vannerie-osier-rotin-picardie-menu.gif" border="0" align="middle"><br>Qui sommes-nous ?</a></FONT></TD>')
document.write('<TD  style="margin: 0px; padding: 0px;" WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],450)" onmouseout="this.style.background=\''+bgcolor+'\'"><FONT SIZE=2 FACE=\"Verdana\"><A onclick="return(true)" onmouseover="pop(zlien[1],100)" href="javascript:MM_openBrWindow(\'acces-le-boisle.htm\',\'\',\'width=380,height=280\')" CLASS=ejsmenu><img src="images/vannerie-osier-rotin-picardie-menu.gif" border="0" align="middle"><br>Plan d&#146;accès</a></FONT></TD>')
document.write('<TD  style="margin: 0px; padding: 0px;" WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],600)" onmouseout="this.style.background=\''+bgcolor+'\'"><FONT SIZE=2 FACE=\"Verdana\"><A onclick="return(true)" onmouseover="pop(zlien[2],200)" href=# CLASS=ejsmenu><img src="images/vannerie-osier-rotin-picardie-menu.gif" border="0" align="middle"><br>Contact</a></FONT></TD>')
document.write('<TD  style="margin: 0px; padding: 0px;" WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[3],753)" onmouseout="this.style.background=\''+bgcolor+'\'"><FONT SIZE=2 FACE=\"Verdana\"><A onclick="return(true)" onmouseover="pop(zlien[3],0)" href=# CLASS=ejsmenu><img src="images/vannerie-osier-rotin-picardie-menu.gif" border="0" align="middle"><br>Catalogue</a></FONT></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></div>')

