

/*
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=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#f60300";
oncolor="#ffffff";
offbgcolor="#810000";
offcolor="#ffffff";
bordercolor="#f22225";
borderstyle="solid";
borderwidth="0";
menubgimage='images/810000.gif';
separatorcolor="#810000";
separatorsize="0";
padding="0";
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif";
pagecolor="white";
pagebgcolor="#810000";
headercolor="#810000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding='';
}

        with(milonic=new menuname("Main Menu")){

style=menuStyle;

alwaysvisible=1;

orientation="horizontal";

aI("align=center;itemheight=20;itemwidth=60px;fontweight=bold;text=home;url=/index.asp;status=Back To Home Page;");

aI("align=center;itemheight=20;itemwidth=80px;fontweight=bold;text=venues;url=/venues/venues_page.asp;showmenu=venue;");

aI("align=center;itemheight=20;itemwidth=80px;fontweight=bold;text=exhibitors;url=/exhibitors/exhibitors_page.asp;showmenu=exhibitors;");

aI("align=center;itemheight=20;itemwidth=80px;fontweight=bold;text=events;url=/event/event_mgt_page.asp;showmenu=events;");

aI("align=center;itemheight=20;itemwidth=80px;fontweight=bold;text=company;showmenu=company;url=/company/company_about_page.asp;showmenu=company;");

aI("align=center;itemheight=20;itemwidth=80px;fontweight=bold;text=support;url=/support_page.asp;");

}

with(milonic=new menuname("venue")){
style=menuStyle;
overflow="scroll";
aI("fontsize=9px;itemwidth=100;itemheight=18;text=&nbsp;&nbsp;&#x2022; Venue Management;url=/venues/venues_page.asp;bgimage=images/top_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; WiFi;url=/venues/venues_wifi_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Telecom;url=/venues/venues_telecom_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Locations;url=/company/company_locations_page.asp;bgimage=images/middle_border.gif;");
}

with(milonic=new menuname("exhibitors")){
style=menuStyle;
aI("fontsize=9px;itemwidth=100;itemheight=18;text=&nbsp;&nbsp;&#x2022; Exhibitors;url=/exhibitors/exhibitors_page.asp;bgimage=images/top_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Products;url=/exhibitors/exhibitors_products_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Locations;url=/company/company_locations_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Order Forms;url=/exhibitors/order_forms_flash_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Contact;url=/company/company_contact_page.asp;bgimage=images/bottom_border.gif;");
}



with(milonic=new menuname("events")){
style=menuStyle;
aI("fontsize=9px;itemwidth=100;itemheight=18;bgimage=images/top_border.gif;text=&nbsp;&nbsp;&#x2022; Event Management;url=/event/event_mgt_page.asp;");
aI("fontsize=9px;itemwidth=100;itemheight=16;bgimage=images/middle_border.gif;text=&nbsp;&nbsp;&#x2022; Locations;url=/event/event_mgt_locations_page.asp;");
aI("fontsize=9px;itemwidth=100;itemheight=16;bgimage=images/middle_border.gif;text=&nbsp;&nbsp;&#x2022; Order Forms;url=/exhibitors/order_forms_flash_page.asp;");
aI("fontsize=9px;itemwidth=100;itemheight=16;bgimage=images/bottom_border.gif;text=&nbsp;&nbsp;&#x2022; Contact;url=/company/company_contact_page.asp;");
}

with(milonic=new menuname("company")){
style=menuStyle;
aI("fontsize=9px;itemwidth=100;itemheight=18;text=&nbsp;&nbsp;&#x2022; About;url=/company/company_about_page.asp;bgimage=images/top_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Team;url=/company/company_team_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; News;url=/company/company_news_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Locations;url=/company/company_locations_page.asp;bgimage=images/middle_border.gif;");
aI("fontsize=9px;itemwidth=100;itemheight=16;text=&nbsp;&nbsp;&#x2022; Contact;url=/company/company_contact_page.asp;bgimage=images/bottom_border.gif;");
}

drawMenus();

