var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3;

_menuCloseDelay=500           // 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=0;
fontsize="10px";
fontstyle="bold";
fontfamily="verdana,san-serif,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}
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="0";
}

with(milonic=new menuname("p5")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/bayside_off.gif' name='myimage0' id='myimage0' onmouseover='menu_highlight(\"myimage0\",\"bayside_on.gif\")' onmouseout='menu_drop(\"myimage0\",\"bayside_off.gif\")'>;url=../our_properties/bayside.html;");
aI("text=<img src='../images/gulfside_off.gif' name='myimage' id='myimage' onmouseover='menu_highlight(\"myimage\",\"gulfside_on.gif\")' onmouseout='menu_drop(\"myimage\",\"gulfside_off.gif\")'>;url=../our_properties/gulfside.html;");
aI("text=<img src='../images/gulfside_villas_off.gif' name='myimage1' id='myimage1' onmouseover='menu_highlight(\"myimage1\",\"gulfside_villas_on.gif\")' onmouseout='menu_drop(\"myimage1\",\"gulfside_villas_off.gif\")'>;url=../our_properties/gulfside_villas.html;");
aI("text=<img src='../images/floor_plan_off.gif' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"floor_plan_on.gif\")' onmouseout='menu_drop(\"myimage3\",\"floor_plan_off.gif\")'>;url=../our_properties/floorplans.html;");
aI("text=<img src='../images/reservations1_off.gif' name='myimage2' id='myimage2' onmouseover='menu_highlight(\"myimage2\",\"reservations1_on.gif\")' onmouseout='menu_drop(\"myimage2\",\"reservations1_off.gif\")'>;url=http://www.thayerinteractive.com/clickthru/clickthrough.rry/44371;");

<!-- aI("text=<img src='../images/search_mls_off.gif' name='myimage3' id='myimage3' onmouseover='menu_highlight(\"myimage3\",\"search_mls_on.gif\")' onmouseout='menu_drop(\"myimage3\",\"search_mls_off.gif\")'>;url=../our_properties/search_mls.html;"); -->
}


with(milonic=new menuname("p8")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/dining_sub_off.gif' title='Dining' alt='Dining' name='myimage6' id='myimage6' onmouseover='menu_highlight(\"myimage6\",\"dining_sub_on.gif\")' onmouseout='menu_drop(\"myimage6\",\"dining_sub_off.gif\")'>;url=../dining/dining.html;");
aI("text=<img src='../images/about_okaloosa_island_sub_off.gif' title='About Okaloosa Island' alt='About Okaloosa Island' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"about_okaloosa_island_sub_on.gif\")' onmouseout='menu_drop(\"myimage7\",\"about_okaloosa_island_sub_off.gif\")'>;url=../about_okaloosa_island/about_okaloosa_island.html;");
aI("text=<img src='../images/photos_sub_off.gif' title='Photos of Destin West' alt='Photos of Destin West' name='myimage8' id='myimage8' onmouseover='menu_highlight(\"myimage8\",\"photos_sub_on.gif\")' onmouseout='menu_drop(\"myimage8\",\"photos_sub_off.gif\")'>;url=../about_okaloosa_island/construction_update.html;");
}


with(milonic=new menuname("p12")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/arial_photos_off.gif' title='Aerial Photos of Destin West' alt='Aerial Photos of Destin West' name='myimage4' id='myimage4' onmouseover='menu_highlight(\"myimage4\",\"arial_photos_on.gif\")' onmouseout='menu_drop(\"myimage4\",\"arial_photos_off.gif\")'>;url=../about_okaloosa_island/construction_update.html;");
}
/*with(milonic=new menuname("p22")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/marina_off.gif' name='myimage9' id='myimage9' onmouseover='menu_highlight(\"myimage9\",\"marina_on.gif\")' onmouseout='menu_drop(\"myimage9\",\"marina_off.gif\")'>;url=../amenities/marina.html;");
}*/

function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='../images/'+imgsrc;
}

drawMenus();

