


_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=25               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset




with(menuStyle=new mm_style()){
onbgcolor="#880000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#DBD497";
offborder="1px solid #DBD497";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000";
separatorsize="3";
padding="8";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Arial";
pagecolor="black";
pagebgcolor="#8A0000";
headercolor="#000000";
headerbgcolor="#c00000";
subimage="http://www.leesburgfire.org/images/arrowdnoff.gif";
onsubimage="http://www.leesburgfire.org/images/arrowdnon.gif";
subimagepadding="10";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}




with(party=new menuname("About Us")){
style=menuStyle;
top=45;
left=142;
alwaysvisible=0;
overflow="scroll";
aI("text=Membership;url=/member.html;");
aI("text=Locations;url=/loc.html;");
aI("text=History;url=/history.html;");
aI("text=Back in Time;url=/time.html;");
aI("text=Newer News;url=/news.html;");
aI("text=Older News;url=/old_news.html;");
aI("text=FAQs;url=/faq.html;");

}

with(party=new menuname("Operations")){
style=menuStyle;
top=85;
left=142;
overflow="scroll";
aI("text=Line Officers;url=/line.html;");
aI("text=Duty Crews;url=/crews.html;");
aI("text=Career Staff;url=/career.html;");
aI("text=Training;url=/train.html;");
aI("text=Apparatus;url=/apparatus.html;");
aI("text=Incident Log;url=/incident.html;");
aI("text=2009 Incident Archives;url=/inc_09.html;");
aI("text=2008 Incident Archives;url=/inc_08.html;");
aI("text=2007 Incident Archives;url=/inc_07.html;");
aI("text=2006 Incident Archives;url=/inc_06.html;");
aI("text=2005 Incident Archives;url=/inc_05.html;");
aI("text=2004 Incident Archives;url=/inc_04.html;");
aI("text=2003 Incident Archives;url=/inc_03.html;");
aI("text=Aircraft Incidents;url=/air.html#top;");
}

with(party=new menuname("Administration")){
style=menuStyle;
top=125;
left=142;
overflow="scroll";
aI("text=Directors;url=/bod.html;");
aI("text=Finances;url=/finance.html;");

}

with(party=new menuname("Things We Do")){
style=menuStyle;
top=165;
left=142;
overflow="scroll";
aI("text=Company Picnic;url=/picnic.html;");
aI("text=Annual Banquet;url=/banq.html;");
aI("text=Article Archive;url=/list_page.html;");
}

with(party=new menuname("Links")){
style=menuStyle;
top=205;
left=142;
overflow="scroll";
aI("text=Loudoun Links;url=/links.html#loudoun;");
aI("text=Other F. D.'s;url=/links.html#other_fds;");
aI("text=Miscellaneous;url=/links.html#misc;");
}

with(party=new menuname("Guestbook")){
style=menuStyle;
top=245;
left=142;
overflow="scroll";

aI("text=Guestbook;url=/cgi-bin/guestbook.cgi;target=new_window");

}


with(party=new menuname("Members Only")){
style=menuStyle;
top=285;
left=142;
overflow="scroll";

aI("text=Members Only;url=http://leesburgfire.org/members/members_section.html;");

}

with(party=new menuname("Hall Rental")){
style=menuStyle;
top=305;
left=142;
overflow="scroll";

aI("text=Hall Rental;url=http://leesburgfire.org/hall.html;");

}

