posYmenu = 57;
bgcolor='#000000';
bgcolor2='#339966';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:0px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');
/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[0][0] = new Array('./index.html', '------------');
zlien[0][1] = new Array('./htm/contacts/presentation.html', 'SARL Viana');
zlien[0][2] = new Array('./htm/contacts/atelier.html', 'Les locaux');
zlien[0][3] = new Array('./htm/contacts/coordo.html', 'Coordonnées');
zlien[1][0] = new Array('./index.html', '------------');
zlien[1][1] = new Array('./htm/contacts/menuiserie.html', 'Menuiserie');
zlien[1][2] = new Array('./htm/contacts/ebenisterie.html', 'Ebénisterie');
zlien[1][3] = new Array('./htm/contacts/agencement.html', 'Agencement');
zlien[1][4] = new Array('./htm/contacts/diaporama.html', 'Divers');
zlien[2][0] = new Array('./index.html', '------------');
zlien[2][1] = new Array('./htm/contacts/offre_emploi.html', 'Profils');
zlien[2][2] = new Array('./htm/contacts/offrsdispo.html', 'Offres');
zlien[2][3] = new Array('./htm/contacts/deposer.html', 'Déposer son CV');
zlien[3][0] = new Array('./index.html', '------------');
zlien[3][1] = new Array('http://www.viana-sarl.com/webmail/src/login.php', 'Mails en ligne');
zlien[3][2] = new Array('http://www.viana-sarl.com/siteadmin', 'Administrer les E-mails');
zlien[3][3] = new Array('./htm/contacts/ftp.html', 'Acceder au FTP');
zlien[4][0] = new Array('./index.html', '------------');
zlien[4][1] = new Array('./htm/contacts/coordo.html', 'Coordonnées');
zlien[4][2] = new Array('./htm/contacts/ecrire.html', 'Nous écrire');

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 = posYmenu+17;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
		skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD width=150><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	pass = 0
		while (pass < msg.length)
			{
				content += "<TR><TD width=150 BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" onclick=\"window.location='"+msg[pass][0]+"'\" HEIGHT=15><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;<a href=\""+msg[pass][0]+"\" class=\"ejsmenu\">"+msg[pass][1]+"</a></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";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=810><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=17><TR>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+(page==0 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+(page==0 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><b><FONT SIZE=3 FACE="monotype corsiva">Qui sommes-nous ?</FONT></b></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+(page==1 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],150)" onMouseOut="this.style.background=\''+(page==1 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],150)" href=# CLASS=ejsmenu><b><FONT SIZE=3 FACE="monotype corsiva">Catalogue</FONT></b></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+(page==2 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],300)" onMouseOut="this.style.background=\''+(page==2 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],300)" href=# CLASS=ejsmenu><b><FONT SIZE=3 FACE="monotype corsiva">Emploi</FONT></b></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+(page==3 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],450)" onMouseOut="this.style.background=\''+(page==3 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],450)" href=# CLASS=ejsmenu><b><FONT SIZE=3 FACE="monotype corsiva">Interne</FONT></b></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+(page==4 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],600)" onMouseOut="this.style.background=\''+(page==4 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],600)" href=# CLASS=ejsmenu><b><FONT SIZE=3 FACE="monotype corsiva">Contacts</FONT></b></a></TD>')
document.write('<TD WIDTH=30 ALIGN=center BGCOLOR='+(page==5 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],600)" onMouseOut="this.style.background=\''+(page==5 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[5],750)" href=./eng/index.html><b><FONT SIZE=3 FACE="monotype corsiva"><img src="./images/english.gif" border="0"></FONT></b></a></TD>')
document.write('<TD WIDTH=30 ALIGN=center BGCOLOR='+(page==6 ? '#8C8C8C' : bgcolor)+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+(page==6 ? '#8C8C8C' : bgcolor)+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[6],780)" href=./esp/index.html><b><FONT SIZE=3 FACE="monotype corsiva" ><img src="./images/espagnol.gif" border="0"></FONT></b></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

