

_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(menuStyle2=new mm_style()){
onbgcolor="#001554";
oncolor="#001554";
offbgcolor="#001554";
offcolor="#001554";
bordercolor="#ABAB74";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="8pt";
fontweight="normal";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="black";
pagebgcolor="#ABAB74";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#3B5192";
oncolor="#ffffff";
offbgcolor="#001554";
offcolor="#ffffff";
bordercolor="#595D3E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#595D3E";
separatorsize="1";
padding=5;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#142E78";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle2;
screenposition="center"
top=96;
alwaysvisible=1;
orientation="horizontal";
aI("image=media/homepage.gif;url=index.html;");
aI("image=media/overview.gif;showmenu=Overview;");
aI("image=media/services.gif;showmenu=Services;url=hmservices.htm;");
aI("image=media/careers.gif;showmenu=Careers;");
aI("image=media/development.gif;url=development.htm;");
aI("image=media/directory.gif;showmenu=Directory;");
aI("image=media/news.gif;showmenu=News;");
aI("image=media/contact.gif;showmenu=Contact;");
}

with(milonic=new menuname("Overview")){
style=menuStyle;
overflow="scroll";
aI("text=CEO Welcome;url=ceowelcome.htm;");
aI("text=History;url=history.htm;");
aI("text=Mission Statement;url=mission-statement.htm;");
aI("text=Senior Management Profiles;url=management-profiles.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Operations;url=operations.htm;");
aI("text=Human Resources;url=humanresources.htm;");
aI("text=Finance;url=finance.htm;");
aI("text=Sales & Marketing;url=sales-marketing.htm;");
aI("text=Construction & Product Management;url=product-management.htm;");

}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=GM & AGM Positions;url=gm-agm-positions.htm;");
aI("text=Hotel Management & Sales Positions;url=sales-positions.htm;");
aI("text=Corporate Office Positions;url=corporate.htm;");
aI("text=College Recruitment;url=college.html;");
aI("text=Submit Resume Online;url=resume.html;");
}

with(milonic=new menuname("Directory")){
style=menuStyle;
aI("text=Interactive Map&nbsp;&nbsp;;url=directory/index.html;");
aI("text=All Hotels;url=directory/results.html?viewall=1;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=press-releases.htm;");
aI("text=Awards & Recognition;url=awards.htm;");
aI("text=Newsletter;url=newsletter.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Map & Directions;url=map-directions.htm;");
aI("text=Contact Us;url=feedback.htm;");
aI("text=Associate Login;url=http://intranet.whihotels.com;");
}

drawMenus();

