/*
-------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
------------------------------------ SCRIPT MENU DU HAUT ----------------------------------
-------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
*/
bgcolor='#ffffff';
bgcolor2='#7B7B7B';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
//document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#621E59; text-decoration:none;}')
document.write('A.ejsmenu {color:#FEA033; text-decoration:none;}')
document.write('</style>')
//document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
document.write('<div style="position:relative;height:25" id="toto" onmouseover="clearTimeout(this.setattente);this.bye=false;" onmouseout="if (this.bye) {kill();} else {this.bye=true;this.setattente= setTimeout(\'toto.onmouseout()\',100);}"><DIV class=popper id=topdeck></DIV>');
/*LIENS*/
zlien = new Array;
zlien[0] = new Array;// à propos ?
zlien[1] = new Array;// actualité
zlien[2] = new Array;// produits

zlien[3] = new Array;// recettes
zlien[4] = new Array;// aide
zlien[5] = new Array;// contacts
zlien[6] = new Array;// revendeurs

zlien[0][0] = '<A HREF="aprop-presentation.php" CLASS=ejsmenu>our mission</A>';
zlien[0][1] = '<A HREF="aprop-histoire.php" CLASS=ejsmenu>a little history</A>';
zlien[0][2] = '<A HREF="aprop-createurs.php" CLASS=ejsmenu>founders & designers</A>';
zlien[0][3] = '<A HREF="aprop-marques.php" CLASS=ejsmenu>Orka & Mastrad brands</A>';
zlien[0][4] = '<A HREF="aprop-silicone.php" CLASS=ejsmenu>about silicone</A>';

zlien[1][0] = '<A HREF="actu-bref.php" CLASS=ejsmenu>headlines</A>';
zlien[1][1] = '<A HREF="actu-evenements.php" CLASS=ejsmenu>events </A>';
zlien[1][2] = '<A HREF="actu-medias.php" CLASS=ejsmenu>Mastrad in the media</A>';
zlien[1][3] = '<A HREF="produits-list.php?fam=nouve&isfam=1" CLASS=ejsmenu>new products</A>';

zlien[2][0] = '<A HREF="produits.php" CLASS=ejsmenu>all products</A>';
zlien[2][1] = '<A HREF="produits-list.php?fam=nouve&isfam=1" CLASS=ejsmenu>new products</A>';
zlien[2][2] = '<A HREF="produits-stars.php" CLASS=ejsmenu>bestsellers</A>';
//zlien[2][3] = '<A HREF="ecatalogue.php" CLASS=ejsmenu>e-catalogue</A>';
//zlien[2][3] = '<A HREF="http://www.mastrad.fr/images/anims/ecat/ecat.html" CLASS=ejsmenu TARGET=popup onclick="window.open(\'\',\'popup\',\'width=800,height=680,left=0,top=0,scrollbars=0\')">virtual catalogue</A>';
zlien[2][3] = '<A HREF="mastrad-tv.php" CLASS=ejsmenu>mastrad tv</A>';

zlien[4][0] = '<A HREF="aide-notices.php" CLASS=ejsmenu>user guides</A>';
zlien[4][1] = '<A HREF="aide-faq.php" CLASS=ejsmenu>f.a.q.</A>';
zlien[4][2] = '<A HREF="contacts.php" CLASS=ejsmenu>your question</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 = 25;

function pop(msg,pos){
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	if (msg == zlien[0]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=145 bgcolor=ffffff><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[1]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=140 bgcolor=ffffff><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[2]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100 bgcolor=ffffff><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[3]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=74><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[4]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=85 bgcolor=ffffff><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[5]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=77><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	else if (msg == zlien[6]){
		var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=94><TR><TD><TABLE WIDTH='100%' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
	}
	/*var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";*/
	pass = 0
	while (pass < msg.length){
		content += "<TR><TD HEIGHT=20 align=left><FONT style='font-size:13px' FACE=\"Arial\">"+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";
}
document.onclick = kill;
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=531><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=80 ALIGN=center><A onMouseOver="pop(zlien[0],12)" href="aprop-presentation.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">about us</FONT></a></TD>')
document.write('<TD WIDTH=50 ALIGN=center><A onMouseOver="pop(zlien[1],88)" href="actu-bref.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">news</FONT></a></TD>')
document.write('<TD WIDTH=84 ALIGN=center><A onMouseOver="pop(zlien[2],143)" href="produits.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">products</FONT></a></TD>')

document.write('<TD WIDTH=84 ALIGN=center><A onMouseOver="pop(zlien[3],250)" href="recettes.php" CLASS=ejsmenu><FONT  FACE="Arial" style="font-size:15px">recipes</FONT></a></TD>')
document.write('<TD WIDTH=52 ALIGN=center><A onMouseOver="pop(zlien[4],310)" href="aide-notices.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">help</FONT></a></TD>')
document.write('<TD WIDTH=77 ALIGN=center><A onMouseOver="pop(zlien[5],360)" href="contacts.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">contacts</FONT></a></TD>')
document.write('<TD WIDTH=104 ALIGN=center><A onMouseOver="pop(zlien[6],437)" href="revendeurs.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">store locator</FONT></a></TD>')
//document.write('<TD WIDTH=94 ALIGN=center><A onClick="return(false)" onMouseOver="pop(zlien[6],437)" href="revendeurs.php" CLASS=ejsmenu><FONT FACE="Arial" style="font-size:15px">revendeurs</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></div>')