fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=3;
_subOffsetLeft=2;

with(mainmenuStyle=new mm_style()){
bordercolor="red";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";

offcolor="#000000";
onbgcolor="";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;

pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/buttons/products.gif";
subimagepadding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#9AA6A7";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6E7E80";
offcolor="#000000";
onbgcolor="#6F8082";
oncolor="#829395";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0);Alpha(opacity=90)";
padding=3;
pagebgcolor="";
pagecolor="white";
separatorcolor="#6F8082";
separatorsize=1;
subimage="/images/buttons/0.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainmenuStyle;
aI("showmenu=Products;text=;url=/?sec=products");
}


with(milonic=new menuname("Products")){
style=menuStyle;
aI("showmenu=WideFormat;status=Wide Format Printers;text=<font color=white>Wide Format<br/>Printers</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=wideprint;");

aI("showmenu=LargeFormat;status=Large Format Printers;text=<font color=white>Large Format<br/>Printers</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=largeprint;");

aI("showmenu=Laminator;status=Laminators;text=<font color=white>Laminators</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=laminator;");

aI("showmenu=Plotter;status=Cutter Plotters;text=<font color=white>Cutter Plotters</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=plotter;");

aI("showmenu=CardSys;status=Plastic Card System;text=<font color=white>Plastic Card<br/>Systems</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=cardsys;");

aI("showmenu=LED;status=LED Display<br/>Panels;text=<font color=white>LED Display<br/>Panels</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=smartvision;");

aI("showmenu=Application;status=Applications;text=<font color=white>Applications</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=application;");

aI("status=Inks;text=<font color=white>Inks</font><br/><img src=1.gif width=81 height=1 border=0>;url=/?sec=products&cat=ink;");
}

with(milonic=new menuname("WideFormat")){
style=menuStyle;
aI("text=<font color=white>Smart Series;url=/?sec=products&cat=wideprint&brand=smart;");
aI("text=<font color=white>Vutek;url=/?sec=products&cat=wideprint&brand=vutek;");
}

with(milonic=new menuname("LargeFormat")){
style=menuStyle;
aI("text=<font color=white>DGI ;url=/?sec=products&cat=largeprint&brand=dgi;");
}

with(milonic=new menuname("Laminator")){
style=menuStyle;
aI("text=<font color=white>GMP ;url=/?sec=products&cat=laminator&brand=gmp;");
}

with(milonic=new menuname("Plotter")){
style=menuStyle;
aI("text=<font color=white>DGI ;url=/?sec=products&cat=plotter&brand=dgi;");
}

with(milonic=new menuname("CardSys")){
style=menuStyle;
aI("text=<font color=white>Card Printing Systems;url=/?sec=products&cat=cardsys&brand=evolis;");
aI("text=<font color=white>Card Issuing Systems;url=/?sec=products&cat=cardsys&brand=matica;");
}

with(milonic=new menuname("Application")){
style=menuStyle;
aI("text=<font color=white>SA International;url=/?sec=products&cat=application&brand=sai;");
aI("text=<font color=white>Wasatch;url=/?sec=products&cat=application&brand=wasatch;");
}

with(milonic=new menuname("LED")){
style=menuStyle;
aI("text=<font color=white>Smart Vision;url=/?sec=products&cat=smartvision;");
}

drawMenus();

