﻿with(menuHorzStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
bgimage="/graphics/menu/horz-up-bg.gif";
overbgimage="/graphics/menu/horz-over-bg.gif";
itemheight="25";
itemwidth="120";
margin=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize=11;
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#FF0000";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="/graphics/menu/arrow.gif";
onsubimage="/graphics/menu/redarrow.gif";
subimagepadding=2;
align="center";
}

with(new menuname("Top Menu Row One")){
alwaysvisible=1;
style=menuHorzStyle;
position="relative";
orientation="horizontal";
aI("itemwidth=80;text=Recreation;url=http://www.highlandscvb.com/;target=_blank;");
aI("itemwidth=80;text=Weather;url=http://www.weather.com/outlook/travel/vacationplanner/local/33852?lswe=33852&lwsa=Weather36HourVacationPlannerCommand&from=whatwhere;target=_blank;");
aI("text=Lake Information;url=http://www.highlandsswcd.org/;target=_blank;");
aI("itemwidth=160;text=Lake Placid Information;url=/links.html;");
}
drawMenus();
