

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#FFFF00";
oncolor="#000000";
offbgcolor="#009900";
offcolor="white";
bordercolor="#003300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003300";
separatorsize="1";
padding=6;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/testmenu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("AboutQVNA")){
style=menuStyle;
overflow="scroll";
aI("text=Help Fight Casinos!;url=/casino/index.htm;");
aI("text=QVNA Mission/History;url=/about/mission.htm;");
aI("text=QVNA Board & Staff;url=/about/board.htm;");
aI("text=QVNA Bylaws;url=/about/bylaws.htm;");
aI("text=QVNA General Meetings;url=/about/meetings.htm;");
aI("text=QVNA Board Meeting Minutes;url=/about/minutes.htm;");
aI("text=Newsletter: Queen Village Crier;url=/about/crier.htm;");
aI("text=QVNA Parking Lot;url=/about/parkinglot.htm;");
aI("text=QVNA Reports & Publications;url=/about/reports.htm;");
}

with(milonic=new menuname("AboutQV")){
style=menuStyle;
overflow="scroll";
aI("text=Queen Village History;url=/qv/history.htm;");
aI("text=Life in Queen Village;url=/qv/life.htm;");
aI("text=Queen Village Facts & Figures;url=/qv/facts.htm;");
aI("text=Queen Village Historic Homes;url=/qv/historichomes.htm;");
aI("text=Queen Village Online Forum;url=/qv/forumall.htm;");
aI("text=Queen Village Recycling;url=/qv/recycle.htm;");
aI("text=Queen Village Transit Guide;url=/qv/transitguide.htm;");
aI("text=Queen Village Photo Gallery;url=/qv/photos.htm;");
aI("text=Meredith Elementary School;url=/qv/meredith.htm;");
}

with(milonic=new menuname("Schedules")){
style=menuStyle;
overflow="scroll";
aI("text=Queen Village Events Calendar;url=/events/events.htm;status=Upcoming Events in Queen Village;");
aI("text=Committee Schedules;url=/events/committees.htm;");
aI("text=Recycling Schedules;url=../qv/recycle.htm;");
aI("text=Street Cleaning Schedules;url=/events/cleaning.htm;");
aI("text=Zoning Hearings;url=/events/zoning.htm;");
}

with(milonic=new menuname("City")){
style=menuStyle;
overflow="scroll";
aI("text=City Services Contacts;url=/city/contacts.htm;status=How to contact the city");
aI("text=Local & State Politicians;url=/city/pols.htm;status=Contact your local and state politicians;");
aI("text=Police Contacts;url=/city/police.htm;status=How to contact local police personnel");
aI("text=Useful Links;url=/city/links.htm;");
aI("text=Other Civic Associations;url=/city/civics.htm;");
}

with(milonic=new menuname("GetInvolved")){
style=menuStyle;
overflow="scroll";
aI("text=Help Fight Casinos!;url=/casino/index.htm;");
aI("text=How You Can Help;url=/involved/help.htm;");
aI("text=QVNA General Meetings;url=/about/meetings.htm;");
aI("text=Support QVNA;url=/contact/support.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
overflow="scroll";
aI("text=Contact the QVNA Office;url=/contact/office.htm;");
aI("text=Ask QVNA;url=/contact/ask.htm;");
aI("text=Join the Email List;url=/signupemail.htm");
aI("text=Support QVNA;url=/contact/support.htm;");
}

with(milonic=new menuname("Committees")){
style=menuStyle;
overflow="scroll";
aI("text=Overview of QVNA Committees;url=/committees/overview.htm;");
aI("text=- Help Fight Casinos!;url=/casino/index.htm;");
aI("text=&nbsp;&nbsp;- Historic Preservation;url=/committees/historic.htm;");
aI("text=&nbsp;&nbsp;- Zoning;url=/committees/zoning.htm;");
aI("text=&nbsp;&nbsp;- Strategic Planning;url=/committees/planning.htm;");
aI("text=&nbsp;&nbsp;- Nuisance Noise;url=/committees/noise.htm;");
aI("text=&nbsp;&nbsp;- Liquor Control;url=/committees/liquor.htm;");
aI("text=&nbsp;&nbsp;- Transportation;url=/committees/transportation.htm;");
aI("text=&nbsp;&nbsp;- Tree Trenders;url=/committees/trees.htm;");
aI("text=&nbsp;&nbsp;- Safety / Town Watch;url=/committees/safety.htm;");
aI("text=&nbsp;&nbsp;- Property Tax Re-Assessment;url=/committees/taxes.htm;");
aI("text=&nbsp;&nbsp;- Friends of Weccacoe Playground;url=/committees/weccacoe.htm;");
aI("text=&nbsp;&nbsp;- Friends of Mario Lanza Park;url=/committees/mario.htm;");
aI("text=&nbsp;&nbsp;- Friends of Beck Park;url=/committees/beck.htm;");
aI("text=&nbsp;&nbsp;- Friends of Shot Tower;url=/committees/shottower.htm;");
aI("text=&nbsp;&nbsp;- Welcoming Committee;url=/committees/welcome.htm;");
aI("text=&nbsp;&nbsp;- Start a Committee;url=/committees/start.htm;");
}


drawMenus();

