
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=2                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(topStyle=new mm_style()){

onbgcolor="#1E214C";
oncolor="#C0C0C0";
offbgcolor="#E5E5E5";
offcolor="#1E214C";
bordercolor="#1E214C";
separatorcolor="#1E214C";

borderstyle="solid";
borderwidth=1;
separatorsize="1";
padding=2;
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica";
}

with(subStyle=new mm_style()){

onbgcolor="#1E214C";
oncolor="#C0C0C0";
offbgcolor="#E5E5E5";
offcolor="#1E214C";
bordercolor="#1E214C";
separatorcolor="#1E214C";

borderstyle="solid";
borderwidth=1;
separatorsize="1";
padding=2;
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica";
subimage="images/blue_arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
style=topStyle;
alwaysvisible=1;
orientation="horizontal";
top=75;
left=8;
aI("text=Home&nbsp;url=index.cfm?pg=1;");
aI("text=County Supervisors&nbsp;showmenu=County Supervisors;");
aI("text=Departments&nbsp;showmenu=Departments;");
aI("text=Directories&nbsp;showmenu=Directories;");
aI("text=News&nbsp;showmenu=News;");
aI("text=Job Opportunities&nbsp;showmenu=Job Opportunities;");
aI("text=Contract Opportunities&nbsp;url=contracts.cfm?pg=123;");
aI("text=Links&nbsp;url=index.cfm?pg=79;");
aI("text=Events&nbsp;url=vtc_events.cfm?pg=26;");
aI("text=Tourism&nbsp;showmenu=Tourism;url=http://www.visitpatrickcounty.org?pg=88;");
aI("text=Contact&nbsp;url=contact.cfm?pg=33;");
} 
with(milonic=new menuname("Departments")){
style=subStyle;
itemwidth=150;
aI("text=Administration&nbsp;url=department.cfm?ID=3&pg=38;");
aI("text=Animal Control&nbsp;url=department.cfm?ID=4&pg=39;");
aI("text=Building Inspection&nbsp;showmenu=Building Inspection;url=department.cfm?ID=5&pg=65;");
aI("text=Courts & Related&nbsp;showmenu=Courts & Related;url=department.cfm?ID=6&pg=42;");
aI("text=Economic Development&nbsp;showmenu=Economic Development;url=department.cfm?ID=12&pg=66;");
aI("text=Emergency&nbsp;showmenu=Emergency;url=index.cfm?pg=87;");
aI("text=Erosion & Sediment Control&nbsp;url=department.cfm?ID=34&pg=114;");
aI("text=Forestry&nbsp;url=department.cfm?ID=14&pg=48;");
aI("text=Health&nbsp;url=department.cfm?ID=15&pg=49;");
aI("text=Motor Vehicles&nbsp;url=department.cfm?ID=29&pg=45;");
aI("text=Planning Commission&nbsp;showmenu=Planning Commission;url=department.cfm?ID=16&pg=50;");
aI("text=Public Service Authority&nbsp;showmenu=Public Service Authority;url=department.cfm?ID=32&pg=99;");
aI("text=Recreation&nbsp;url=department.cfm?ID=17&pg=51;");
aI("text=School Board Office&nbsp;url=department.cfm?ID=19&pg=53;");
aI("text=Sheriff Office&nbsp;url=department.cfm?ID=20&pg=54;");
aI("text=Social Services&nbsp;url=department.cfm?ID=21&pg=55;");
aI("text=Soil & Water Conservation&nbsp;url=department.cfm?ID=27&pg=78;");
aI("text=Tax Mapping&nbsp;url=department.cfm?ID=26&pg=77;");
aI("text=Taxes & Records&nbsp;showmenu=Taxes & Records;url=department.cfm?ID=7&pg=43;");
aI("text=Transfer Station&nbsp;url=department.cfm?ID=22&pg=56;");
aI("text=Transportation of the Elderly&nbsp;url=index.cfm?pg=112;");
aI("text=Va. Cooperative Extension&nbsp;url=department.cfm?ID=24&pg=58;");
} 
with(milonic=new menuname("Economic Development")){
style=subStyle;
itemwidth=150;
aI("text=Overview&nbsp;url=department.cfm?ID=12&pg=66;");
aI("text=EDA Minutes&nbsp;url=index.cfm?pg=94&sort=month;");
aI("text=Officials&nbsp;url=index.cfm?pg=12;");
aI("text=Demographics&nbsp;url=index.cfm?pg=13;");
aI("text=Enterprise Zone&nbsp;url=index.cfm?pg=14;");
aI("text=Business Sites&nbsp;showmenu=Business Sites;url=index.cfm?pg=67;");
aI("text=Labor&nbsp;url=index.cfm?pg=16;");
aI("text=Taxes&nbsp;url=index.cfm?pg=17;");
aI("text=Utilities&nbsp;url=index.cfm?pg=18;");
aI("text=Contact Economic Development&nbsp;url=contact.cfm?to=econdev&pg=36;");
} 
with(milonic=new menuname("Directories")){
style=subStyle;
itemwidth=150;
aI("text=Businesses&nbsp;url=businesses.cfm?pg=9;");
aI("text=Government&nbsp;url=directory.cfm?pg=11;");
aI("text=Emergency&nbsp;url=index.cfm?pg=87;");
aI("text=Reassessment&nbsp;url=documents/application_for_appeal.pdf?pg=129;target=_blank;");
aI("text=Non-Profit Organizations&nbsp;url=nonprofitorgs.cfm?pg=108;");
aI("text=Religious Organizations&nbsp;url=religious.cfm?pg=115;");
aI("text=Site Map&nbsp;url=sitemap.cfm?pg=22;");
} 
with(milonic=new menuname("Business Sites")){
style=subStyle;
itemwidth=150;
aI("text=Overview&nbsp;url=index.cfm?pg=67;");
aI("text=Rich Creek&nbsp;url=index.cfm?pg=20;");
} 
with(milonic=new menuname("News")){
style=subStyle;
itemwidth=150;
aI("text=Patrick County News&nbsp;url=news.cfm?pg=92;");
aI("text=News Media Links&nbsp;url=index.cfm?pg=93;");
} 
with(milonic=new menuname("Job Opportunities")){
style=subStyle;
itemwidth=150;
aI("text=Job Openings&nbsp;url=jobs.cfm?pg=72;");
aI("text=Employment Application&nbsp;url=employment.cfm?pg=73;");
} 
with(milonic=new menuname("Building Inspection")){
style=subStyle;
itemwidth=150;
aI("text=Overview&nbsp;url=department.cfm?ID=5&pg=65;");
aI("text=Contact Building Inspector&nbsp;url=contact.cfm?to=inspector&pg=35;");
} 
with(milonic=new menuname("Planning Commission")){
style=subStyle;
itemwidth=150;
aI("text=Minutes&nbsp;url=index.cfm?pg=104&sort=month;");
aI("text=Members&nbsp;url=index.cfm?pg=105;");
aI("text=Agenda&nbsp;url=index.cfm?pg=106;");
} 
with(milonic=new menuname("County Supervisors")){
style=subStyle;
itemwidth=150;
aI("text=Overview&nbsp;url=district.cfm?pg=68;");
aI("text=Notices&nbsp;url=notices.cfm?pg=125;");
aI("text=Meeting Agendas&nbsp;url=index.cfm?pg=127;");
aI("text=Minutes&nbsp;url=index.cfm?pg=76&sort=month;");
aI("text=Blue Ridge District&nbsp;url=district.cfm?ID=1&pg=60;");
aI("text=Dan River District&nbsp;url=district.cfm?ID=5&pg=61;");
aI("text=Mayo River District&nbsp;url=district.cfm?ID=2&pg=62;");
aI("text=Peters Creek District&nbsp;url=district.cfm?ID=3&pg=63;");
aI("text=Smith River District&nbsp;url=district.cfm?ID=4&pg=64;");
} 
with(milonic=new menuname("Courts & Related")){
style=subStyle;
itemwidth=150;
aI("text=Clerk of Court&nbsp;url=department.cfm?ID=6&pg=42;");
aI("text=Commonwealth's Attorney&nbsp;url=department.cfm?ID=8&pg=44;");
aI("text=County Attorney&nbsp;url=department.cfm?ID=9&pg=41;");
aI("text=Court Services&nbsp;url=department.cfm?ID=31&pg=81;");
aI("text=General District Court&nbsp;url=department.cfm?ID=30&pg=80;");
aI("text=Juvenile & Domestic Relations District Court&nbsp;url=department.cfm?ID=28&pg=83;");
} 
with(milonic=new menuname("Taxes & Records")){
style=subStyle;
itemwidth=150;
aI("text=Commissioner of Revenue&nbsp;url=department.cfm?ID=7&pg=43;");
aI("text=Registrar&nbsp;url=department.cfm?ID=18&pg=52;");
aI("text=Treasurers Office&nbsp;url=department.cfm?ID=23&pg=57;");
aI("text=Taxes&nbsp;url=index.cfm?pg=17;");
} 
with(milonic=new menuname("Emergency")){
style=subStyle;
itemwidth=150;
aI("text=Emergency 911&nbsp;url=department.cfm?ID=11&pg=46;");
aI("text=Emergency Info&nbsp;url=index.cfm?pg=87;");
aI("text=Emergency Management&nbsp;url=department.cfm?ID=13&pg=47;");
} 
with(milonic=new menuname("PATRICK CO. COVERED BRIDGE FESTIVAL")){
style=subStyle;
itemwidth=150;
aI("text=PATRICK CO. COVERED BRIDGE FESTIVAL&nbsp;showmenu=PATRICK CO. COVERED BRIDGE FESTIVAL;url=index.cfm?pg=96;target=_blank;");
} 
with(milonic=new menuname("Public Service Authority")){
style=subStyle;
itemwidth=150;
aI("text=Minutes&nbsp;url=index.cfm?pg=100&sort=month;");
aI("text=Members&nbsp;url=index.cfm?pg=101;");
aI("text=Agenda&nbsp;url=index.cfm?pg=102;");
aI("text=Patrick Springs Water & Sewer Project&nbsp;url=index.cfm?pg=103;");
} drawMenus();
