
/*
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="#D4E6EC";
oncolor="#123449";
offbgcolor="#A4CAD6";
offcolor="#123449";
bordercolor="#A5B5BD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A8BDC6";
separatorsize="0";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#ffffff";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=122;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=;&nbsp;image=http://www.thebachelorplan.com/images/nav/home.gif;overimage=http://www.thebachelorplan.com/images/nav/home_on.gif;url=index.html;");
aI("showmenu=Otherservices;image=http://www.thebachelorplan.com/images/nav/packages.gif;overimage=http://www.thebachelorplan.com/images/nav/packages_on.gif;url=;");
aI("showmenu=;&nbsp;image=http://www.thebachelorplan.com/images/nav/testimonials.gif;overimage=http://www.thebachelorplan.com/images/nav/testimonials_on.gif;url=testimonials.html;");
aI("showmenu=;image=http://www.thebachelorplan.com/images/nav/common_questions.gif;overimage=http://www.thebachelorplan.com/images/nav/common_questions_on.gif;url=questions.html;");
aI("showmenu=;image=http://www.thebachelorplan.com/images/nav/contact_us.gif;overimage=http://www.thebachelorplan.com/images/nav/contact_us_on.gif;url=contact.html;");
}


with(milonic=new menuname("Otherservices")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Mobile Service&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.thebachelorplan.com/poker/mobile.html");
aI("text=&nbsp;&nbsp;VIP Room&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.thebachelorplan.com/poker/vip.html;");
aI("text=&nbsp;&nbsp;High Roller&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.thebachelorplan.com/poker/special_events.html;");
}
drawMenus();

