fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
offbgcolor="";
offcolor="#000000";
onbgcolor="";
onborder="1px solid #FFFFFF";
oncolor="#000000";
padding=1;
rawcss="padding-left:5px;padding-right:5px";
}

with(XPMenuStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
image="xpblank.gif";
imagepadding=3;
menubgimage="winxp.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="0px solid #316AC5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#999999, Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#C5C2B8";
separatorpadding=1;
separatorwidth="80%";

subimagepadding=3;
menubgcolor="#ffffff";
}

with(dc=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=58;
aI("showmenu=accueil;text=Accueil;url=index.php?lien=accueil&page=accueil ;target=_parent;");
aI("showmenu=services;text=Nos Services;url=index.php?lien=services&page=site ;target=_parent;");
aI("showmenu=packs;text=Nos Packs;url=index.php?lien=packs&page=first;target=_parent;");
aI("showmenu=réalisations;text=Nos Réalisations;url=index.php?lien=realisations&page=site_internet ;target=_parent;");
aI("showmenu=contacts;text=Contacts;url=index.php?lien=contacts&page=formulaire ;target=_parent;");

}

with(dc=new menuname("accueil")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Présentation ;url=index.php?lien=accueil&page=accueil  ;target=_parent;")
aI("text=Devis en ligne ;url=index.php?lien=accueil&page=devis ;target=_parent;")

}

with(dc=new menuname("services")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Site Internet ;url=index.php?lien=services&page=site;target=_parent;")
aI("text=Intranet ;url=index.php?lien=services&page=intranet;target=_parent;")
aI("text=Développement sur mesure;url=index.php?lien=services&page=developpement;target=_parent;")
aI("text=Logo - Plaquette commerciale;url=index.php?lien=services&page=logo;target=_parent;")
aI("text=Formation ;url=index.php?lien=services&page=formation;target=_parent;")
aI("text=Hébergement ;url=index.php?lien=services&page=hebergement;target=_parent;")
aI("text=News letter ;url=index.php?lien=services&page=newsletter;target=_parent;")
aI("text=Support informatique ;url=index.php?lien=services&page=support;target=_parent;")


}

with(dc=new menuname("packs")){
margin=2;
style=XPMenuStyle;
aI("text=Voir Nos Packs;url=index.php?lien=packs&page=packs;target=_parent;");

}
with(dc=new menuname("réalisations")){
margin=2;
style=XPMenuStyle;
aI("text=Site Internet;url=index.php?lien=realisations&page=site_internet;target=_parent;");
aI("text=Développement de logiciel sur mesure;url=index.php?lien=realisations&page=logiciel;target=_parent;");
aI("text=Plaquette commerciale;url=index.php?lien=realisations&page=plaquette;target=_parent;");
aI("text=Logo;url=index.php?lien=realisations&page=r_logo;target=_parent;");
aI("text=NewsLetter;url=index.php?lien=realisations&page=r_newsletter;target=_parent;");
}
with(dc=new menuname("contacts")){
margin=2;
style=XPMenuStyle;
aI("text=Formulaire de contact + coordonnées téléphoniques;url=index.php?lien=contacts&page=formulaire;target=_parent;");

}




drawMenus();


