_menuCloseDelay=500
_menuOpenDelay=150
_followSpeed=5
_followRate=40
_subOffsetTop=10
_subOffsetLeft=-10
_scrollAmount=3
_scrollDelay=20

with(menuStyle=new mm_style()){
onbgcolor="#003685";
oncolor="#FFFFFF";
offbgcolor="#094CA1";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=8;
fontsize="65%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="#003685";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arroww.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

//text - is the button
//showmenu - add a dropdown menu
//url - the link
//status - display message

//example - menu
//with(milonic=new menuname("TEST")){
//style=menuStyle;
//overflow="scroll";
//aI("text=Test1;showmenu=Test1;url=test1.html;");
//aI("text=Test2;url=test2.html;");
//aI("text=Test3;url=test3.html;");
//}

//example - submenu
//with(milonic=new menuname("Test1")){
//style=menuStyle;
//aI("text=Sub Test1;url=subtest1.html;");
//aI("text=Sub Test2;url=subtest2.html;");
//}

//edit below only -->
//main menu
with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=10;
//left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=ITMC;showmenu=ITMC;url=corporateoverview.html;status=About Us;");
aI("text=SERVICES;showmenu=SERVICES;url=/corporateoverview.html;status=ITMC Services;");
aI("text=PRODUCTS;showmenu=PRODUCTS;url=/products.html;status=ITMC Products;");
aI("text=B2B STORE;showmenu=B2B STORE;url=/onlinecapabilities.html;status=B2B Members Area;");
aI("text=SITEMAP;url=/sitemap.html;status=Sitemap;");
//aI("text=TEST;showmenu=TEST;url=/test.html;status=Test;");
}

with(milonic=new menuname("ITMC")){
style=menuStyle;
overflow="scroll";
aI("text=Corporate Overview;url=/corporateoverview.html;");
aI("text=Careers;url=/careers.html;");
aI("text=Alliance Partners;url=/alliancepartners.html;");
//aI("text=Policies and Procedures;url=/policiesandprocedures.html;");
}

with(milonic=new menuname("SERVICES")){
style=menuStyle;
aI("text=Distribution;url=/distribution.html;");
aI("text=Integration and Assembly;url=/integrationandassembly.html;");
aI("text=Technical Services;url=/technicalservices.html;");
aI("text=Managed Services;url=/managedservices.html;");
//aI("text=Extended Warranty;url=/extendedwarranty.html;");
aI("text=Why ITMC;showmenu=Why ITMC;url=/whyitmc.html;");
}

with(milonic=new menuname("Why ITMC")){
style=menuStyle;
aI("text=Friendly Service;url=/friendlyservice.html;");
aI("text=Planning & Consulting;url=/PlanningConsulting.html;");
//aI("text=Dedicated Account Teams;url=/dedicatedaccountteams.html;");
aI("text=Pre-Sales Support;url=/presalessupport.html;");
aI("text=Convenience;url=/convenience.html;");
aI("text=Reliability;url=/reliability.html;");
}

with(milonic=new menuname("PRODUCTS")){
style=menuStyle;
aI("text=Featured Solutions;showmenu=Featured Solutions;url=/featuredsolutions.html;");
aI("text=Software;url=/software.html;");
aI("text=Product Support Resources;url=/supportresources.html;");
//aI("text=Products Snapshot;url=/productssnapshot.html;");
//aI("text=Product Linecard;url=productlinecard1.htm;");
}

with(milonic=new menuname("Featured Solutions")){
style=menuStyle;
aI("text=Accenture Software;url=/accenture.html;");
aI("text=Web & Audio Conferencing;url=/conferencing.html;");
aI("text=Customer Relationship Management;url=/crm.html;");
//aI("text=Appliance based Security;url=/WatchGuard.html;");
aI("text=Data Storage;url=/Storage.html;");
//aI("text=Software for Digital Asset Management;url=/NewMexicoSoftware.htm;");
aI("text=Messaging Security & Compliance;url=/MessageSecurity.html;");
aI("text=Web Security & Safe Searching;url=/WebSecurity.html;");
//aI("text=System analysis and reporting;url=/MetiLinxConnector.html;");
aI("text=Power Management & Energy Savings;url=/Saveenergy.html;");
aI("text=Mobile computing for rugged environments;url=/Panasonic.html;");

}

with(milonic=new menuname("B2B STORE")){
style=menuStyle;
aI("text=ITMC Online Capabilities;url=/onlinecapabilities.html;");
aI("text=Request Online Demo;url=/contact.asp;");
aI("text=Shop Online;url=https://usm.channelonline.com/myeselect/storesite;target=_blank;");

}

//<-- edit above only
drawMenus();
