
function menuIT() {

	menuIT='<table width="780" height="23" border="0" cellpadding="0" cellspacing="0"><tr bgcolor="FFD747" class=""><td width="170">&nbsp;</td><td bgcolor="FFD747"><a target="_top" href="/indexfr.htm" class="menu" onMouseOver="mcloseall();">home page</a>&nbsp;&nbsp<a target="_top" href="/azbigiotteriefr.htm" class="menu" onMouseOver="showHide(0);">société</a>&nbsp;&nbsp<a target="_top" href="/clientifr.htm" class="menu" onMouseOver="mcloseall();">clients</a>&nbsp;&nbsp<a target="_top" href="/agentifr.htm" class="menu" onMouseOver="mcloseall();">représentants</a>&nbsp;&nbsp<a target="_top" href="/fierefr.htm" class="menu" onMouseOver="mcloseall();">foires</a>&nbsp;&nbsp<a target="_top" href="#" class="menu" onMouseOver="showHide(1);">achats on-line</a></td></tr><tr><td width="163">&nbsp;</td><td><DIV id="layerpadre" STYLE="position:absolute; width:600px; z-index:1000;"><div id="m0open" style="position:absolute ; visibility:hidden; top:-8px; left:1px; width:100%; height:px; z-index:15;" onmouseover="menuAct=-1;" onMouseOut="chkMenu(0);"><a target="_top" href="/azbigiotteriefr.htm" class="submenu">AZ Bigiotterie</a>&nbsp;&nbsp&nbsp;&nbsp;<a target="_top" href="/tecnichefr.htm" class="submenu">technique</a>&nbsp;&nbsp&nbsp;&nbsp;<a target="_top" href="/collezionifr.htm" class="submenu">collections</a>&nbsp;&nbsp&nbsp;&nbsp;<a target="_top" href="/catalogoonlinefr.htm" class="submenu">publications</a>&nbsp;&nbsp&nbsp;&nbsp;<a target="_top" href="/mappafr.htm" class="submenu">carte routière</a></div><div id="m1open" style="position:absolute ; visibility:hidden; top:-8px; left:450px; width:160px; height:px; z-index:15;" onmouseover="menuAct=-1;" onMouseOut="chkMenu(1);"><a target="_top" href="/sell/fr/fecomm.htm" class="submenu">particuliers</a>&nbsp;&nbsp;<a target="_top" href="/login_aziende.htm" class="submenu">sociétés</a></div><div id="m2open" style="position:absolute ; visibility:hidden; top:-8px; left:1px; width:100%; height:px; z-index:15;" onmouseover="menuAct=-1;"><a target="_top" href="uc.htm" class="menu">shop on-line</a></div></DIV></td></tr></table>';

	document.write(menuIT);

}






ie4=(document.all)?true:false;
ns4=(document.layers)?true:false;
ns6=(document.getElementById)?true:false;

function show(id) {
	if(ie4) {document.all[id].style.visibility = "visible"}
	if(ns4) {document.layers["layerpadre"].document.layers[id].visibility = "show"}
	if(ns6) {document.getElementById(id).style.visibility = "visible"}
}

function hide(id) {
	if(ie4) {document.all[id].style.visibility = "hidden"}
	else if(ns4) {document.layers["layerpadre"].document.layers[id].visibility = "hide"}
	else if(ns6) {document.getElementById(id).style.visibility = "hidden"}
}

n=1;

var menuAct = -1;

function chkMenu(menuid) {
    menuAct=menuid;
    setTimeout("mclose()",5000);
}
function mclose() {
    if(menuAct!=-1) 
        eval('hide("m'+menuAct+'open")');
}

function mcloseall() {
	for(i=0; i<= n; i++)  {
            eval('hide(\'m'+i+'open\')');
    }
}

function showHide(lid) {
    if(lid!=null)
        eval('show(\'m'+lid+'open\')');
    for(i=0; i<= n; i++)  {
        if(lid!=i)
            eval('hide(\'m'+i+'open\')');
    }
}


