
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=-0              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="999999";
oncolor="#000000";
offbgcolor="#535353";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#F9F400";
separatorsize="0";
padding=6;
fontsize="90%";
fontstyle="normal";
fontfamily="Times New Roman, Times, serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Mayor")){
style=menuStyle;
aI("text=Mayor's Welcome;url=http://www.city.nelson.bc.ca/html/welcome.html;");
aI("text=City Council;url=http://www.city.nelson.bc.ca/html/council.html;");
aI("text=Public Meetings;url=http://www.city.nelson.bc.ca/html/public_meetings.html;");
aI("text=Council Minutes;url=http://www.city.nelson.bc.ca/html/minutes.html;"); 
aI("text=Council Committee;url=http://www.city.nelson.bc.ca/html/council_committees.html;");
aI("text=Council C_A;url=http://www.city.nelson.bc.ca/html/council_council_ca.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Financial Plans & Objectives;url=http://www.city.nelson.bc.ca/html/financial_plans.html;");
aI("text=Bylaws;url=http://www.city.nelson.bc.ca/html/bylaws.html;");
aI("text=Elections;url=http://www.city.nelson.bc.ca/html/election.html;");
aI("text=Community Plan;url=http://www.city.nelson.bc.ca/html/ocp.html;");
aI("text=Sisters Cities;url=http://www.city.nelson.bc.ca/html/sister.html;");
aI("text=Coat of Arms;url=http://www.city.nelson.bc.ca/html/coat_arms.html;");
}

with(milonic=new menuname("Public")){
style=menuStyle;
aI("text=Garbage Pickup;url=http://www.city.nelson.bc.ca/html/garbage.html;");
aI("text=Snow Removal;url=http://www.city.nelson.bc.ca/html/snow.html;");
aI("text=Parks;url=http://www.city.nelson.bc.ca/html/parks.html;");
aI("text=Civic Centre;url=http://www.city.nelson.bc.ca/html/civic.html;");
}

drawMenus();

