
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#bf1900";
oncolor="#fff";
offbgcolor="#8c1200";
offcolor="#fff";
bordercolor="#bf1900";
borderstyle="solid";
borderwidth=0;
padding=5;
align="center";
fontsize="12px";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorsize=2;
separatorimage=_dbbd + "/images/menu_sep.gif";
}

with(menuStyleSub=new mm_style()){
onbgcolor="#bf1900";
oncolor="#fff";
offbgcolor="#f7f6ee";
offcolor="#000";
bordercolor="#bf1900";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5F4B40";
separatorsize="0";
padding="4px 22px";
align="left";
fontsize="11px";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="2";
}

with(aiq=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
menuwidth="800px";
align="center";
position="relative";
orientation="horizontal";
aI("text=HOME;url=" + _dbbd + "/Default.aspx;showmenu=home;itemwidth=70");
aI("text=ABOUT;url=" + _dbbd + "/About/Default.aspx;showmenu=about;itemwidth=70");
aI("text=PRODUCTS & SERVICES;url=" + _dbbd + "/Products/Default.aspx;showmenu=products;itemwidth=160");
aI("text=NEWS;url=" + _dbbd + "/News/Default.aspx;showmenu=news;itemwidth=60");
aI("text=CONTACT US;url=" + _dbbd + "/Contact/Default.aspx;showmenu=contact;itemwidth=95");
}



with(aiq=new menuname("home")){
style=menuStyleSub;
margin="0";
}

with(aiq=new menuname("about")){
style=menuStyleSub;
margin="0";
aI("text=Company;url=" + _dbbd + "/About/Default.aspx;");
aI("text=People;url=" + _dbbd + "/About/People.aspx;");
aI("text=Goals &amp; Values;url=" + _dbbd + "/About/Values.aspx;");
aI("text=Contact;url=" + _dbbd + "/Contact/Default.aspx;");
}

with(aiq=new menuname("products")){
style=menuStyleSub;
margin="0";
aI("text=At a glance;url=" + _dbbd + "/Products/Default.aspx;");
aI("text=Inspiro;url=" + _dbbd + "/Products/Inspiro.aspx;");
aI("text=Leaflets &amp; Pricelists;url=" + _dbbd + "/Products/Downloads.aspx;");
aI("text=Sample reports;url=" + _dbbd + "/Products/SampleReports.aspx;");
aI("text=Place order;url=" + _dbbd + "/Products/PlaceOrder.aspx;");
}

with(aiq=new menuname("news")){
style=menuStyleSub;
margin="0";
}

with(aiq=new menuname("contact")){
style=menuStyleSub;
margin="0";
}


drawMenus();

