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(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=620;
orientation="vertical";
style=menuStyle;
top=170;
menuwidth=150;
aI("text=Home;url=homePage.html;");
aI("text=About Us;url=aboutUs.html;");
aI("showmenu=Services;text=Services;");
aI("text=Web Design;url=webDesign.html;");
aI("text=Contact Us;url=contact.asp;");
aI("showmenu=Partners;text=Partners;")
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=RHW International;url=http://www.rhwleather.com;");
aI("text=McCriskin Funeral Home;url=http://www.mccriskin-gustafsonfuneralhome.com/;");
aI("text=Trimarco Jewelers, Inc.;url=http://www.trimarcojewelers.com/;");
aI("text=Kerekes Law Offices, Inc.;url=http://www.kerekeslawoffices.com/;");
aI("text=Paramus Spartans Soccer;url=http://www.paramusspartansgirlssoccer.com/default.asp;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=GSP Networks;url=http://www.gspnetwork.com/;");
aI("text=Globalstar Productions;url=http://www.globalstarproductions.com;");
aI("text=Multi-Dimensional Studios;url=http://www.mds3d.com;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Maintenance;url=services.html;");
aI("text=Virus Removal;url=services2.html;");
aI("text=Upgrades;url=services3.html;");
aI("text=Networking/Cabling;url=services4.html;");
aI("text=Simulators;url=services5.html;");
aI("text=Audio/Video;url=services6.html;");
}

drawMenus();


