_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=-10               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset

with(mainmenu=new mm_style()){
separatorsize="";
separatorwidth="";
separatorcolor="";
padding="0 20 0 0";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana,Geneva,Sans-serif";
itemwidth="";
align="center";
fontweight="bold";
offcolor="white";
oncolor="#C95300";
offbgcolor="";
onbgcolor="";
}


with(menuStyle2=new mm_style()){
separatorcolor="black";
separatorsize="1";
borderstyle="";
padding="0 10 0 10";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,arial, Helvetica, Geneva, Swiss, sans-serif";
itemheight="14px";
itemwidth="";
borderwidth="0";
bordercolor="";
offbgcolor="";
onbgcolor="";
subimage="";
//subimage="/tzr/templates/images/fleche-orange.gif";
subimagepadding="2";
oncolor="#FFFFFF";
offcolor="#000000";
}

mySubmenus=new Array();
mySubmenus_name=new Array();

function myAM(m) {mySubmenus_name[mySubmenus_name.length]=m;mySubmenus[m]=new Array();}
function myAI(m,action) {mySubmenus[m][mySubmenus[m].length]=action;return mySubmenus[m].length-1;}

myAM('main');
mname='main';
myAI(mname,'text=EDITION;url=`/index.php?alias=edition&amp;pagesize=1&amp;first=0`;');
mname='main';
myAI(mname,'text=CONTACT;url=`/index.php?alias=contact&amp;insidefile=contact.html&amp;alias=contact`;');
mname='main';
myAI(mname,'text=BOUTIQUE EN LIGNE;showmenu=T003d38eded1bcf3b5d3d9cc8246a034157d;url=#;');
myAM('T003d38eded1bcf3b5d3d9cc8246a034157d');
mname='T003d38eded1bcf3b5d3d9cc8246a034157d';
myAI(mname,'text=Accueil boutique;url=`/index.php?alias=boutique&amp;amp;template=page2.html`;');
mname='T003d38eded1bcf3b5d3d9cc8246a034157d';
myAI(mname,'text=Livres &amp; Posters;url=`/index.php?alias=livres-posters&amp;template=page2.html&amp;insidefile=boutique-livres.html`;');
mname='T003d38eded1bcf3b5d3d9cc8246a034157d';
myAI(mname,'text=Personnalisations / Cadeaux;url=`/posters-personnalises.html`;');
mname='T003d38eded1bcf3b5d3d9cc8246a034157d';
myAI(mname,'text=Toiles numériques;url=`/index.php?alias=grand-formathttp://www.studio-dardelet.com/francois-dardelet/`;');
mname='T003d38eded1bcf3b5d3d9cc8246a034157d';
myAI(mname,'text=Votre panier;url=`/index.php?oidit=T003:e992gp3qaghpiel87ac29kyn&amp;template=page2.html&amp;class=CorailCart&amp;function=view&amp;insidefile=commande.html&amp;tplentry=cart`;');

with(milonic=new menuname('main')){
style=mainmenu;
alwaysvisible=1;
orientation="horizontal";
itemheight="23px";
position="relative";
 for(j=0;j<mySubmenus['main'].length;j++) aI(mySubmenus['main'][j]);
}

for(i=0;i<mySubmenus_name.length;i++) {
if(mySubmenus_name[i]!='main') {
with(milonic=new menuname(mySubmenus_name[i])){
 overflow="scroll";
 align="center";
 orientation="horizontal";
 style=menuStyle2;
 var aname=mySubmenus_name[i]; 
 for(j=0;j<mySubmenus[aname].length;j++) milonic.aI(mySubmenus[aname][j]);
}
}
} 