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";
}

//Accommodations
with(milonic=new menuname("acco")){
orientation="vertical";
style=submenuStyle;
left=214;
top=-32;
overflow="scroll";
aI("text=<img src='../images/room_types_off.gif' alt='Room Types' name='myimage18' id='myimage18' onmouseover='menu_highlight(\"myimage18\",\"room_types_on.gif\")' onmouseout='menu_drop(\"myimage18\",\"room_types_off.gif\")'>;url=../accommodations/room_types.cfm;");
}
//Amenities And Services/
with(milonic=new menuname("ame")){
orientation="vertical";
style=submenuStyle;
left=214;
top=-32;
overflow="scroll";
aI("text=<img src='../images/government_travel_off.gif' alt='Government Travel' name='myimage30' id='myimage30' onmouseover='menu_highlight(\"myimage30\",\"government_travel_on.gif\")' onmouseout='menu_drop(\"myimage30\",\"government_travel_off.gif\")'>;url=../amenities_and_services/government_travel.cfm;");
}
//Specials and Packages
with(milonic=new menuname("spe")){
orientation="vertical";
style=submenuStyle;
left=214;
top=-32;
overflow="scroll";
aI("text=<img src='../images/love_laughter_off.gif' alt='Love and Laughter Package' name='myimage19' id='myimage19' onmouseover='menu_highlight(\"myimage19\",\"love_laughter_on.gif\")' onmouseout='menu_drop(\"myimage19\",\"love_laughter_off.gif\")'>;url=../specials_and_packages/#love;");
aI("text=<img src='../images/laugh_the_winter_off.gif' alt='Laugh the Winter Blues Away' name='myimage24' id='myimage24' onmouseover='menu_highlight(\"myimage24\",\"laugh_the_winter_on.gif\")' onmouseout='menu_drop(\"myimage24\",\"laugh_the_winter_off.gif\")'>;url=../specials_and_packages/#laugh;");
aI("text=<img src='../images/dc_executive_pack_off.gif' alt='DC Executive Package' name='myimage20' id='myimage20' onmouseover='menu_highlight(\"myimage20\",\"dc_executive_pack_on.gif\")' onmouseout='menu_drop(\"myimage20\",\"dc_executive_pack_off.gif\")'>;url=../specials_and_packages/dc_executive_package.cfm;");
aI("text=<img src='../images/the_panda_pack_off.gif' alt='The Panda Package' name='myimage21' id='myimage21' onmouseover='menu_highlight(\"myimage21\",\"the_panda_pack_on.gif\")' onmouseout='menu_drop(\"myimage21\",\"the_panda_pack_off.gif\")'>;url=../specials_and_packages/the_panda_package.cfm;");
aI("text=<img src='../images/dc_for_kids_off.gif' alt='DC For Kids Package' name='myimage22' id='myimage22' onmouseover='menu_highlight(\"myimage22\",\"dc_for_kids_on.gif\")' onmouseout='menu_drop(\"myimage22\",\"dc_for_kids_off.gif\")'>;url=../specials_and_packages/dc_for_kids_package.cfm;");
}

//Local Attractions
with(milonic=new menuname("locl")){
orientation="vertical";
style=submenuStyle;
left=214;
top=-32;
overflow="scroll";
aI("text=<img src='../images/washington_guide_off.gif' alt='Washington Guide' name='myimage23' id='myimage23' onmouseover='menu_highlight(\"myimage23\",\"washington_guide_on.gif\")' onmouseout='menu_drop(\"myimage23\",\"washington_guide_off.gif\")'>;url=../local_attractions/washington_guide.cfm;");
}

with(milonic=new menuname("loc2")){
orientation="vertical";
style=submenuStyle;
left=214;
top=-32;
overflow="scroll";
aI("text=<img src='../images/washington_guide_off.gif' alt='Washington Guide' name='myimage23' id='myimage23' onmouseover='menu_highlight(\"myimage23\",\"washington_guide_on.gif\")' onmouseout='menu_drop(\"myimage23\",\"washington_guide_off.gif\")'>;url=../local_attractions/washington_guide.cfm;");
}


function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

drawMenus();

