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

_menuCloseDelay=90           // 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="9px";
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="9px";
fontweight="bold"
fontstyle="bold";
fontfamily="verdana,Arial,Helvetica,san-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}
//Local Attractions
with(milonic=new menuname("loc")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/monuments_off.gif' alt='Monuments' name='myimage0' id='myimage0' onmouseover='menu_highlight(\"myimage0\",\"monuments_on.gif\")' onmouseout='menu_drop(\"myimage0\",\"monuments_off.gif\")'>;url=../local_attractions/monuments.cfm;");
aI("text=<img src='../images/museums_off.gif' alt='Museums' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"museums_on.gif\")' onmouseout='menu_drop(\"myimage3\",\"museums_off.gif\")'>;url=../local_attractions/museums.cfm;");

}

//Meetings
with(milonic=new menuname("met")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/meeting_rfp_off.gif' alt='Meeting RFP' name='myimage6' id='myimage6' onmouseover='menu_highlight(\"myimage6\",\"meeting_rfp_on.gif\")' onmouseout='menu_drop(\"myimage6\",\"meeting_rfp_off.gif\")'>;url=../meetings/meeting_rfp.cfm;");
aI("text=<img src='../images/our_team_off.gif' alt='Our Team' name='myimage9' id='myimage9' onmouseover='menu_highlight(\"myimage9\",\"our_team_on.gif\")' onmouseout='menu_drop(\"myimage9\",\"our_team_off.gif\")'>;url=../meetings/convention_meetings_team.cfm;");
}

//Banquets
with(milonic=new menuname("wed")){ 
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/wedding_rfp_off.gif' alt='Weddings' name='myimage8' id='myimage8' onmouseover='menu_highlight(\"myimage8\",\"wedding_rfp_on.gif\")' onmouseout='menu_drop(\"myimage8\",\"wedding_rfp_off.gif\")'>;url=../weddings/index.cfm;");
aI("text=<img src='../images/catering_off.gif' alt='Caterings' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"catering_on.gif\")' onmouseout='menu_drop(\"myimage7\",\"catering_off.gif\")'>;url=../banquets/catering.cfm;");


}

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

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

drawMenus();

