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";
}

//Membership
with(milonic=new menuname("met")){
orientation="vertical";
style=submenuStyle;
left=250;
top=-38;
if(bn.indexOf("Win")==-1) 
overflow="scroll";
aI("text=<img src='images/meet_top_strip.png' alt='' name='myimage1' id='myimage1' onmouseover='menu_highlight(\"myimage1\",\"meet_top_strip.png\")' onmouseout='menu_drop(\"myimage1\",\"meet_top_strip.png\")'>;");
aI("text=<img src='images/meeting_rfp_off.png' alt='Meeting Rfp' name='myimage2' id='myimage2' onmouseover='menu_highlight(\"myimage2\",\"meeting_rfp_on.png\")' onmouseout='menu_drop(\"myimage2\",\"meeting_rfp_off.png\")'>;url=meetings-and-events/meetings-rfp.cfm;");
aI("text=<img src='images/intimate_off.png' alt='Intimate Events' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"intimate_on.png\")' onmouseout='menu_drop(\"myimage3\",\"intimate_off.png\")'>;url=meetings-and-events/intimate-events.cfm;");
aI("text=<img src='images/meet_bot_strip.png' alt='' name='myimage4' id='myimage4' onmouseover='menu_highlight(\"myimage4\",\"meet_bot_strip.png\")' onmouseout='menu_drop(\"myimage4\",\"meet_bot_strip.png\")'>;");

}

//Dining
with(milonic=new menuname("din")){
orientation="vertical";
style=submenuStyle;
left=250;
top=-38;
if(bn.indexOf("Win")==-1) 
overflow="scroll";
aI("text=<img src='images/meet_top_strip.png' alt='' name='myimage5' id='myimage5' onmouseover='menu_highlight(\"myimage5\",\"meet_top_strip.png\")' onmouseout='menu_drop(\"myimage5\",\"meet_top_strip.png\")'>;");
aI("text=<img src='images/cafe_lombardy_off.png' alt='Cafe Lombardy' name='myimage6' id='myimage6' onmouseover='menu_highlight(\"myimage6\",\"cafe_lombardy_on.png\")' onmouseout='menu_drop(\"myimage6\",\"cafe_lombardy_off.png\")'>;url=dining/cafe-lombardy.cfm;");
aI("text=<img src='images/ventian_off.png' alt='Venetian Room Bar and Lounge' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"ventian_on.png\")' onmouseout='menu_drop(\"myimage7\",\"ventian_off.png\")'>;url=dining/venetian-room-bar-and-lounge.cfm;");
aI("text=<img src='images/din_bot_strip.png' alt='' name='myimage8' id='myimage8' onmouseover='menu_highlight(\"myimage8\",\"din_bot_strip.png\")' onmouseout='menu_drop(\"myimage8\",\"din_bot_strip.png\")'>;");

}


//Local Attractions
with(milonic=new menuname("loc")){
orientation="vertical";
style=submenuStyle;
left=250;
top=-38;
if(bn.indexOf("Win")==-1) 
overflow="scroll";
aI("text=<img src='images/loc_top_strip.png' alt='' name='myimage9' id='myimage9' onmouseover='menu_highlight(\"myimage9\",\"loc_top_strip.png\")' onmouseout='menu_drop(\"myimage9\",\"loc_top_strip.png\")'>;");
aI("text=<img src='images/monumnts_off.png' alt='Monuments' name='myimage10' id='myimage10' onmouseover='menu_highlight(\"myimage10\",\"monumnts_on.png\")' onmouseout='menu_drop(\"myimage10\",\"monumnts_off.png\")'>;url=local-attractions/monuments.cfm;");
aI("text=<img src='images/colleges_off.png' alt='Colleges and Universities' name='myimage11' id='myimage11' onmouseover='menu_highlight(\"myimage11\",\"colleges_on.png\")' onmouseout='menu_drop(\"myimage11\",\"colleges_off.png\")'>;url=local-attractions/colleges-and-universities.cfm;");
aI("text=<img src='images/georgetown_off.png' alt='Georgetown' name='myimage12' id='myimage12' onmouseover='menu_highlight(\"myimage12\",\"georgetown_on.png\")' onmouseout='menu_drop(\"myimage12\",\"georgetown_off.png\")'>;url=local-attractions/georgetown.cfm;");
aI("text=<img src='images/loc_bot_strip.png' alt='' name='myimage13' id='myimage13' onmouseover='menu_highlight(\"myimage13\",\"loc_bot_strip.png\")' onmouseout='menu_drop(\"myimage13\",\"loc_bot_strip.png\")'>;");

}



function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

drawMenus();


