﻿


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(AllImagesStyle=new mm_style()){
bordercolor="";
borderstyle="";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#a31b1e";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#5b5b5b";
bordercolor="#BEBEBE";
borderstyle="solid";
borderwidth="1";
separatorcolor="#BEBEBE";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="normal";
fontstyle="normal";
fontfamily="Arial";
subimage="images/menu_sub.gif";
subimagepadding="0";
}

with(menuStyle2=new mm_style()){
onbgcolor="#A9A9A9";
oncolor="#FFFFFF";
offbgcolor="#E1E1E1";
offcolor="#000000";
bordercolor="#BEBEBE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#BEBEBE";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="normal";
fontstyle="normal";
fontfamily="Arial";
subimage="images/menu_sub.gif";
subimagepadding="0";
}

with(menu=new menuname("PRODUCTS")){
style=menuStyle;
overflow="scroll";
aI("text=Products Overview;url=products.asp?ContentId=139;itemwidth=137;");
aI("text=Product Demonstration;url=products-demo-01.asp;itemwidth=137;");
}

with(menu=new menuname("SOLUTIONS")){
style=menuStyle;
overflow="scroll";
aI("text=Solutions Overview;url=solutions.asp?ContentId=143;itemwidth=137;");
aI("text=Automotive;url=solutions-automotive.asp?ContentId=144;itemwidth=137;");
aI("text=Education;url=solutions-education.asp?ContentId=145;itemwidth=137;");
aI("text=Financial;url=solutions-financial.asp?ContentId=146;itemwidth=137;");
aI("text=Insurance;url=solutions-insurance.asp?ContentId=147;itemwidth=137;");
aI("text=Manufacturing;url=solutions-manufacturing.asp?ContentId=148;itemwidth=137;");
aI("text=Medical;url=solutions-medical.asp?ContentId=149;itemwidth=137;");
aI("text=Real Estate;url=solutions-realestate.asp?ContentId=150;itemwidth=137;");
aI("text=Retail/Restaurant;url=solutions-retail.asp?ContentId=151;itemwidth=137;");
}

with(menu=new menuname("PARTNERS")){
style=menuStyle;
overflow="scroll";
aI("text=Partners Overview;url=partners.asp?ContentId=152;itemwidth=137;");
aI("text=Become a Partner;url=partner-inquiry.asp;itemwidth=137;");
aI("text=Partner Login;url=partner-login.asp;itemwidth=137;");
}

with(menu=new menuname("COMPANY")){
style=menuStyle;
overflow="scroll";
aI("text=About Us;url=company.asp?ContentId=153;itemwidth=137;");
aI("text=Customers;url=company-customers.asp?ContentId=154;itemwidth=137;");
aI("text=Customer Downloads;url=company-customers-login.asp;itemwidth=137;");
aI("text=Testimonials;url=testimonials.asp?CatId=185;itemwidth=137;");
aI("text=Careers;url=company-careers.asp?ContentId=155;itemwidth=137;");
aI("text=Press;url=company-press.asp?CatId=182;itemwidth=137;");
aI("text=Contact Us;url=company-contact.asp;itemwidth=137;");
}


drawMenus();