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 and Events
with(milonic=new menuname("meet")){
orientation="vertical";
style=submenuStyle;
left=0;
top=-103;
overflow="scroll";
aI("text=<img src='../images/meetings_strip.png' alt='' name='myimage1' id='myimage1' onmouseover='menu_highlight(\"myimage1\",\"meetings_strip.png\")' onmouseout='menu_drop(\"myimage1\",\"meetings_strip.png\")'>;");
aI("text=<img src='../images/meeting_rfp_off.png' alt='Meeting RFP' name='myimage0' id='myimage0' onmouseover='menu_highlight(\"myimage0\",\"meeting_rfp_on.png\")' onmouseout='menu_drop(\"myimage0\",\"meeting_rfp_off.png\")'>;url=../meetings-and-events/meeting-rfp.cfm;");
aI("text=<img src='../images/meetings_strip.png' alt='' name='myimage6' id='myimage6' onmouseover='menu_highlight(\"myimage6\",\"meetings_strip.png\")' onmouseout='menu_drop(\"myimage6\",\"meetings_strip.png\")'>;");
aI("text=<img src='../images/receptions_catering_off.png' alt='Receptions and Catering' name='myimage4' id='myimage4' onmouseover='menu_highlight(\"myimage4\",\"receptions_catering_on.png\")' onmouseout='menu_drop(\"myimage4\",\"receptions_catering_off.png\")'>;url=../meetings-and-events/receptions-and-catering.cfm;");
aI("text=<img src='../images/meetings_strip.png' alt='' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"meetings_strip.png\")' onmouseout='menu_drop(\"myimage3\",\"meetings_strip.png\")'>;");
aI("text=<img src='../images/meetings_events_navon.gif' alt='Meetings and Events' name='myimage5' id='myimage5' onmouseover='menu_highlight(\"myimage5\",\"meetings_events_navon.gif\")' onmouseout='menu_drop(\"myimage5\",\"meetings_events_navon.gif\")'>;url=../meetings-and-events/;");
}

//Local Attractions
with(milonic=new menuname("loca")){
orientation="vertical";
style=submenuStyle;
left=0;
top=-144;
overflow="scroll";
aI("text=<img src='../images/location_strip.png' alt='' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"location_strip.png\")' onmouseout='menu_drop(\"myimage7\",\"location_strip.png\")'>;");
aI("text=<img src='../images/national_center_off.png' alt='National Naval Medical Center (NNMC)' name='myimage8' id='myimage8' onmouseover='menu_highlight(\"myimage8\",\"national_center_on.png\")' onmouseout='menu_drop(\"myimage8\",\"national_center_off.png\")'>;url=../local-attractions/national-naval-medical-center.cfm;");
aI("text=<img src='../images/national_health_off.png' alt='National Institute of Health (NIH)' name='myimage10' id='myimage10' onmouseover='menu_highlight(\"myimage10\",\"national_health_on.png\")' onmouseout='menu_drop(\"myimage10\",\"national_health_off.png\")'>;url=../local-attractions/national-institute-of-health.cfm;");
aI("text=<img src='../images/washington_dc_off.png' alt='Washington DC' name='myimage12' id='myimage12' onmouseover='menu_highlight(\"myimage12\",\"washington_dc_on.png\")' onmouseout='menu_drop(\"myimage12\",\"washington_dc_off.png\")'>;url=../local-attractions/washington-dc.cfm;");
aI("text=<img src='../images/location_strip.png' alt='' name='myimage13' id='myimage13' onmouseover='menu_highlight(\"myimage13\",\"location_strip.png\")' onmouseout='menu_drop(\"myimage13\",\"location_strip.png\")'>;");
aI("text=<img src='../images/local_attractions_navon.gif' alt='Local Attractions' name='myimage16' id='myimage16' onmouseover='menu_highlight(\"myimage16\",\"local_attractions_navon.gif\")' onmouseout='menu_drop(\"myimage16\",\"local_attractions_navon.gif\")'>;url=../local-attractions/;");
}



function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

drawMenus();

