
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset
var sub1TopOffset =0; 		// first level menu offset
var sub1LeftOffset =0;     // first level menu offset 
with(menuStyle=new mm_style()){
onbgcolor="transparent";
clickbgcolor="transparent";
oncolor="#F7941D";
offbgcolor="transparent";
offcolor="#FFFFFF";
padding="2";
align="left";
position="absolute";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagebgcolor="transparent";
pagecolor="#daa520";
headercolor="#000000";
headerbgcolor="transparent";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#003399', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuItem=new mm_style()){
onbgcolor="#7CC576";
oncolor="#000000";
offbgcolor="#A3D39C";
offcolor="#000000";
clickbgcolor="#7CC576";
padding=3;
position="absolute";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#7CC576";
bordercolor="#000000";
borderwidth=1;
headercolor="#000000";
headerbgcolor="#ffffff";
separatorcolor="#004012";
separatorsize='1';
separatoralign='center';  
separatorpadding=1;
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#003399', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=61;
alwaysvisible=1;
orientation="horizontal"; 
screenposition="center";
aI("text=About BLIMP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=AboutBLIMP;");
aI("text=News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=NewsEvents;");
aI("text=Milfoil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Milfoil;");
aI("text=Recreation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Recreation;");
aI("text=Lake Protection&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=LakeProtection;");
aI("text=Photos & Maps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Photo;"); 
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("AboutBLIMP")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Overview;url=blimp-overview.html");
aI("text=Officers and Associations;url=blimp-members.html");
aI("text=Financials;url=blimp-financials.html");
}

with(milonic=new menuname("Recreation")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Fishing;url=fishing.html");
aI("text=Boating Info;url=boating.html");
aI("text=Boating Laws;url=boating-laws.html");
aI("text=Trivia;url=trivia.html");
aI("text=For Sale on Balch;url=for-sale.html");
}

with(milonic=new menuname("Milfoil")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Overview;url=milfoil-overview.html");
aI("text=Identification;url=milfoil-identification.html");
aI("text=Locations on the Lake;url=milfoil-locations.html");
aI("text=Treatments;url=milfoil-treatment.html");	  
aI("text=How You Can Help;url=milfoil-help.html"); 
aI("text=Net Cleaning Schedule;url=net-cleaning.html");
}	

with(milonic=new menuname("LakeProtection")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Protect Water, Fish, & Plants;url=lake-protection.html");
aI("text=Protect Loons;url=loons.html;");
aI("text=The Loon Calendar;url=loon-calendar.html;");
}

with(milonic=new menuname("NewsEvents")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=BLIMP Newsletters;url=blimp-news.html;");
aI("text=Upcoming Events;url=upcoming-events.html");
aI("text=Net Cleaning;url=net-cleaning.html");
aI("text=2010 Auction;url=2010-auction.html");
aI("text=2006 Auction;url=2006-auction.html");
}

with(milonic=new menuname("Photo")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Map of Coves/Islands;url=map-coves.html;");
aI("text=Map of Depths;url=map-depths.html;");
aI("text=Online GIS Maps;url=maps-online.html;");  
aI("text=Aerial Photos;url=arial-photos.html;");
aI("text=Winter Scenes;url=winter-photos.html;");
aI("text=Photos from the Past;url=pastime-photos.html;");
aI("text=Diving Photos;url=diving-photos.html;");
}


drawMenus();

