var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3;

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5               // 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(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="verdana,san-serif,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}

with(submenuStyle=new mm_style()){
separatorsize="0";
padding=0;
fontsize="10px";
fontweight="bold"
fontstyle="bold";
fontfamily="verdana,Arial,Helvetica,san-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}

//Meetings
with(milonic=new menuname("mee")){
orientation="horizontal";
style=submenuStyle;
left=-240;
top=1;
overflow="scroll"; 
aI("text=<img src='../images/group_rfp_off.gif' alt='Group RFP' name='myimage18' id='myimage18' onmouseover='menu_highlight(\"myimage18\",\"group_rfp_on.gif\")' onmouseout='menu_drop(\"myimage18\",\"group_rfp_off.gif\")'>;url=../meet/group_rfp.cfm;");
aI("text=<img src='../images/divi.gif'>;");
aI("text=<img src='../images/fl_plan_off.gif' alt='Fl Plans/Cap Chart' name='myimage19' id='myimage19' onmouseover='menu_highlight(\"myimage19\",\"fl_plan_on.gif\")' onmouseout='menu_drop(\"myimage19\",\"fl_plan_off.gif\")'>;url=../meet/fl_plans_cap_chart.cfm;");
aI("text=<img src='../images/divi.gif'>;");
aI("text=<img src='../images/private_events_off.gif' alt='Private Events' name='myimage20' id='myimage20' onmouseover='menu_highlight(\"myimage20\",\"private_events_on.gif\")' onmouseout='menu_drop(\"myimage20\",\"private_events_off.gif\")'>;url=../meet/private_events.cfm;");
aI("text=<img src='../images/divi.gif'>;");
aI("text=<img src='../images/corporate_group_rates_off.gif' alt='Corporate/Group Rates' name='myimage21' id='myimage21' onmouseover='menu_highlight(\"myimage21\",\"corporate_group_rates_on.gif\")' onmouseout='menu_drop(\"myimage21\",\"corporate_group_rates_off.gif\")'>;url=../meet/corporate_group_rates.cfm;");



}

//Weddings
with(milonic=new menuname("sle")){
orientation="horizontal";
style=submenuStyle;
left=-20;
top=1;
overflow="scroll";  
aI("text=<img src='../images/guest_amenities_off.gif' alt='Guest Amenities' name='myimage24' id='myimage24' onmouseover='menu_highlight(\"myimage24\",\"guest_amenities_on.gif\")' onmouseout='menu_drop(\"myimage24\",\"guest_amenities_off.gif\")'>;url=../sleep/guest_amenities.cfm;");
/*aI("text=<img src='../images/divi.gif'>;");
aI("text=<img src='../images/swim_off.gif' alt='Swim' name='myimage25' id='myimage25' onmouseover='menu_highlight(\"myimage25\",\"swim_on.gif\")' onmouseout='menu_drop(\"myimage25\",\"swim_off.gif\")'>;url=../sleep/swim.cfm;");*/

}

//Excess
with(milonic=new menuname("exc")){
orientation="horizontal";
style=submenuStyle;
left=25;
top=1;
overflow="scroll";  
aI("text=<img src='../images/swim_off.gif' alt='Swim' name='myimage25' id='myimage25' onmouseover='menu_highlight(\"myimage25\",\"swim_on.gif\")' onmouseout='menu_drop(\"myimage25\",\"swim_off.gif\")'>;url=../excess/swim.cfm;");

}

function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

drawMenus();

