
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // 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(XPMainStyle=new mm_style())
{
onbgcolor="#FFFFFF";
oncolor="#283A42";
offbgcolor="#283A42";
offcolor="#FFFFFF";
bordercolor="#103742";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorpadding="4";
padding=2;
fontsize="100%";
subimagepadding="0";
onborder="0px solid #ACC761";
offborder="0px solid #81A100";
align="center";
}


with(XPRedMenuStyle=new mm_style())
{
onbgcolor="#457493";
oncolor="#C5DAF6";
offbgcolor="#DADADA";
offcolor="#103742";
bordercolor="#103742";
borderstyle="solid";
borderwidth=0;
separatorcolor="#103742";
separatorsize="1";
padding=2;
fontsize="90%";
subimagepadding="0";
onborder="0px solid #ACC761";
offborder="0px solid #81A100";
align="left";
subimage="images/nav_white.gif";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu"))
{
style=XPMainStyle;
alwaysvisible=1;
orientation="horizontal";
margin=2;
aI("text=&nbsp;&nbsp;Home;url=_default.aspx;");
aI("text=About Us;url=_about.aspx;");
aI("text=Services We Provide;url=_services.aspx;");
aI("text=Our Products;url=_products.aspx;");
aI("text=Technology Expertise;url=_technology.aspx;");
aI("text=Innovation & Partnerships;url=_innovations.aspx;");
aI("text=Business Case Studies;url=_article.aspx?sysid=7&type=case+study;");
aI("text=Customer Reviews;url=_article.aspx?sysid=6&type=customer+reviews;");
aI("text=News & Blogs;url=_article.aspx?sysid=1&type=news;");
aI("text=Contact Us;url=_contact.aspx");
}

with(milonic=new menuname("about"))
{
style=XPRedMenuStyle;
orientation="vertical";
margin=3;
aI("text=menu1;url=gallery.aspx;");
}

with(milonic=new menuname("dev"))
{
style=XPRedMenuStyle;
orientation="vertical";
margin=3;
aI("text=menu1;url=gallery.aspx;");
}

with(milonic=new menuname("app"))
{
style=XPRedMenuStyle;
orientation="vertical";
margin=3;
aI("text=menu1;url=gallery.aspx;");
}

with(milonic=new menuname("inn"))
{
style=XPRedMenuStyle;
orientation="vertical";
margin=3;
aI("text=menu1;url=gallery.aspx;");
}


drawMenus();

