_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#9EE3A9";
oncolor="#1D3B23";
offbgcolor="#61A76D";
offcolor="#F7F9F7";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="submenu_arrow_right-off.gif";
onsubimage="submenu_arrow_right-on.gif";
subimagepadding="0 0 0 10";
high3dcolor="#FFFFFF"; //"#edf3ee";
low3dcolor="#367E45";
swap3d=1;
headerbgcolor="#548959";
headercolor="#f2f2ff";
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("sub1")){
style=subStyle;
aI("text=Executive;url=executive.htm;");
aI("text=Non-Exec;url=non-exec.htm;");
aI("text=Meetings;url=meeting.htm;");
aI("text=Repeaters;showmenu=sub1.1;");
aI("text=NETs;url=nets.htm;");
aI("text=Contact Us;url=address.htm;");
aI("text=News Letter;url=bulletin.htm;");
aI("text=Activities;showmenu=sub3;");
aI("text=Community Serice;url=comm-serv.htm;");
aI("text=History;url=history.htm;");
aI("text=Constitution;url=const.htm;");
aI("text=Supporters;url=supporters.htm;");
}

with(milonic=new menuname("sub2")){
style=subStyle;
aI("text=Callup Tree;url=call-tree.htm;");
aI("text=Emerg. Prep.;url=ares-prep.htm;");
aI("text=Go Kit;showmenu=sub2.3;");
aI("text=Form;url=ares/ares-form-v3.htm;target=_new;");
}

with(milonic=new menuname("sub3")){
style=subStyle;
aI("text=Club QSL;url=qsl-card.htm;");
}

with(milonic=new menuname("sub4")){
style=subStyle;
aI("text=Field Day 2003;url=Pictures-03/thumb/fd-2003.html;target=_new;");
aI("text=Field Day 2004;url=Pictures-04/thumb/fd-2004.html;target=_new;");
aI("text=Field Day 2005;url=Pictures-05/thumb/fd-2005.html;target=_new;");
aI("text=Field Day 2008;url=Pictures-08/thumbs/fd-2008.html;target=_new;");
}

with(milonic=new menuname("sub1.1")){
style=subStyle;
aI("text=Basic Info;url=repeater.htm;");
aI("text=IRLP;url=IRLP.htm;");
aI("text=Echolink;url=Echo.htm;");
aI("text=Packet;url=packet.htm;");
aI("text=Photos;url=Pictures-Rep/thumb/pictures.html;target=_new;");
}

with(milonic=new menuname("sub2.3")){
style=subStyle;
aI("text=Introduction;url=gokit1.htm;");
aI("text=Basic Kit;url=gokit-basic.htm;");
aI("text=Well Prep'd;url=gokit-wellprep.htm;");
aI("text=Optional;url=gokit-optional.htm;");
aI("text=HAM;url=gokit-ham.htm;");
}

with(milonic=new menuname("sub1.3")){
style=subStyle;
aI("text=Open page1;url=page1.htm;");
aI("text=Open page2;url=page2.htm;");
aI("text=Open page3;url=page3.htm;");
aI("text=Open page4;url=page4.htm;");
}

with(milonic=new menuname("sub1.4")){
style=subStyle;
aI("text=Open page1;url=page1.htm;");
aI("text=Open page2;url=page2.htm;");
aI("text=Open page3;url=page3.htm;");
aI("text=Open page4;url=page4.htm;");
aI("text=Open page5;url=page5.htm;target=_new;");
}

drawMenus();

