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";
}


//Amenities
with(milonic=new menuname("ame")){
orientation="vertical";
style=submenuStyle;
left=0;
top=-92;
overflow="scroll";
aI("text=<img src='../images/red_stirp.gif' alt='' name='myimage38' id='myimage38' onmouseover='menu_highlight(\"myimage38\",\"red_stirp.gif\")' onmouseout='menu_drop(\"myimage38\",\"red_stirp.gif\")'>;");
aI("text=<img src='../images/dining_sub_off.gif' alt='Dining' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"dining_sub_on.gif\")' onmouseout='menu_drop(\"myimage3\",\"dining_sub_off.gif\")'>;url=../amenities/dining.cfm;");
aI("text=<img src='../images/recreation_sub_off.gif' alt='Recreation' name='myimage2' id='myimage2' onmouseover='menu_highlight(\"myimage2\",\"recreation_sub_on.gif\")' onmouseout='menu_drop(\"myimage2\",\"recreation_sub_off.gif\")'>;url=../amenities/recreation.cfm;");
}

//Meetings
with(milonic=new menuname("mee")){
orientation="vertical";
style=submenuStyle;
left=0;
top=-116;
overflow="scroll";
aI("text=<img src='../images/red_stirp1.gif' alt='' name='myimage39' id='myimage39' onmouseover='menu_highlight(\"myimage39\",\"red_stirp1.gif\")' onmouseout='menu_drop(\"myimage39\",\"red_stirp1.gif\")'>;");
/*aI("text=<img src='../images/catering_sub_off.gif' alt='Catering' name='myimage4' id='myimage4' onmouseover='menu_highlight(\"myimage4\",\"catering_sub_on.gif\")' onmouseout='menu_drop(\"myimage4\",\"catering_sub_off.gif\")'>;url=../meetings_and_events/catering.cfm;");*/
aI("text=<img src='../images/weddings_sub_off.gif' alt='Weddings' name='myimage5' id='myimage5' onmouseover='menu_highlight(\"myimage5\",\"weddings_sub_on.gif\")' onmouseout='menu_drop(\"myimage5\",\"weddings_sub_off.gif\")'>;url=../meetings_and_events/weddings.cfm;");
/*aI("text=<img src='../images/conferences_sub_off.gif' alt='Conferences and Retreats' name='myimage33' id='myimage33' onmouseover='menu_highlight(\"myimage33\",\"conferences_sub_on.gif\")' onmouseout='menu_drop(\"myimage33\",\"conferences_sub_off.gif\")'>;url=../meetings_and_events/conferences_and_retreats.cfm;");*/
aI("text=<img src='../images/request_proposal_off.gif' alt='Request for Proposal' name='myimage27' id='myimage27' onmouseover='menu_highlight(\"myimage27\",\"request_proposal_on.gif\")' onmouseout='menu_drop(\"myimage27\",\"request_proposal_off.gif\")'>;url=../meetings_and_events/meeting_rfp.cfm;");
aI("text=<img src='../images/catering_menu_off.gif' alt='Catering Menu' name='myimage28' id='myimage28' onmouseover='menu_highlight(\"myimage28\",\"catering_menu_on.gif\")' onmouseout='menu_drop(\"myimage28\",\"catering_menu_off.gif\")'>;url=../pdf/cateringmenu_Fiesta_Resort.pdf;target=_blank");
}

//Attractions
with(milonic=new menuname("atr")){
orientation="vertical";
style=submenuStyle;
left=0;
top=-88;
overflow="scroll";
aI("text=<img src='../images/red_stirp1.gif' alt='' name='myimage41' id='myimage41' onmouseover='menu_highlight(\"myimage41\",\"red_stirp1.gif\")' onmouseout='menu_drop(\"myimage41\",\"red_stirp1.gif\")'>;");
aI("text=<img src='../images/light_rail_off.gif' alt='Light Rail' name='myimage50' id='myimage50' onmouseover='menu_highlight(\"myimage50\",\"light_rail_on.gif\")' onmouseout='menu_drop(\"myimage50\",\"light_rail_off.gif\")'>;url=../light_rail/;");
aI("text=<img src='../images/area_event_sub_off.gif' alt='Area Events' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"area_event_sub_on.gif\")' onmouseout='menu_drop(\"myimage7\",\"area_event_sub_off.gif\")'>;url=../attractions/area_events.cfm;");
}

function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

drawMenus();

