fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="'trebuchet ms', helvetica, arial, sans-serif";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#b8d4ec";
offcolor="#666";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=10;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=2;
}


with(milonic=new menuname("home")){
style=menuStyle;
aI("text=<b>Return to Home Page</b>;url=../../index.html;");
}

with(milonic=new menuname("Departments")){
overflow="scroll";
style=menuStyle;
aI("text=<big>Department Home Pages</big>;");

aI("text=Accountant;url=../accountant/index.html")
aI("text=Assessors;url=../assessors/index.html")
aI("text=Agricultural Commission;url=../agcom/index.html")
aI("text=Building Department;url=../building/index.html;")
aI("text=Cemetery Department;url=../cemetery/index.html;")
aI("text=Conservation Commission;url=../conservation/index.html;")
aI("text=Community Preservation Committee;url=../cpc/index.html;")
aI("text=Council on Aging;url=../coa/index.html;")
aI("text=Dog Officer;url=../dog/index.html;")
aI("text=Economic Development;url=../EDTF/index.html;")
aI("text=Emergency Management;url=../emergency/index.html;")
aI("text=Finance Committee;url=../finance/index.html;")
aI("text=Fire Department;url=../fire/index.html;")
aI("text=Harbor Master;url=../harbormaster/index.html;")
aI("text=Health Board;url=../health/index.html;")
aI("text=Highway Department;url=../highway/index.html;")
aI("text=Historical Commission;url=../history/index.html;")
aI("text=Housing Authority;url=../housing/index.html;")
aI("text=Information technology Department;url=../info/index.html;")
aI("text=Landfill, Transfer & Recycling;url=../landfill/index.html;")
aI("text=Library;url=../library/index.html;")
aI("text=Nursing Department;url=../nursing/index.html;")
aI("text=Planning Board ;url=../planning/index.html;")
aI("text=Police Department ;url=../police/index.html;")
aI("text=Public Access TV ;url=../publicaccess/index.html;")
aI("text=Recreation Commission ;url=../recreation/index.html;")
aI("text=Selectmen, Board of;url=../selectmen/index.html;")
aI("text=Shellfish & Wharfinger;url=../shellfish/index.html;")
aI("text=Tax Collector;url=../tax/index.html;")
aI("text=Town Clerk;url=../clerk/index.html;")
aI("text=Treasurer;url=../treasurer/index.html;")
aI("text=Zoning Board of Appeals;url=../zoning/index.html;")
}

with(milonic=new menuname("News")){
style=menuStyle;overflow="scroll";
aI("text=<big>News by Topic or Department</big>;");
aI("text=Important Dates;url=../news/important_dates/;");
aI("text=Assessors;url=../news/assessors_board_of/index.html")
aI("text=Cemetery Department;url=../news/cemetery_department/index.html;")
aI("text=Conservation Commission;url=../news/conservation_commission/index.html;")
aI("text=Council on Aging;url=../news/council_on_aging/index.html;")
aI("text=Disabilities Planning Committee;url=../news/disabilities_planning_committee/index.html;")
aI("text=Emergency Management;url=../news/emergency_management/index.html;")
aI("text=Finance Committee;url=../news/finance/index.html;")
aI("text=Fire Department;url=../news/westport_fire_department/index.html;")
aI("text=Health Board;url=../news/health_board_of/index.html;")
aI("text=Historical Commission;url=../news/historical_commission/index.html;")
aI("text=Landfill, Transfer & Recycling;url=../news/landfill_and_recycling/index.html;")
aI("text=Library;url=../news/library/index.html;")
aI("text=Planning Board ;url=../news/planning_board/index.html;")
aI("text=Police Department ;url=../news/police/index.html;")
aI("text=Public Access TV ;url=../news/public_access_tv/index.html;")
aI("text=Selectmen, Board of;url=../news/selectmen_board_of/index.html;")
aI("text=Tax Collector;url=../news/tax_collector/index.html;")
aI("text=Town Clerk;url=../news/town_clerk/index.html;")
aI("text=Web Site Updates;url=../news/web_site_updates/index.html;")
}

with(milonic=new menuname("Directories")){
style=menuStyle;
aI("text=Phone for Town Offices;url=../phone.html;");
aI("text=Elected Town Officials;url=../elected.html;");
aI("text=Appointed Town Officials;url=../appointed.html;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle;
aI("text=FAQ: Where do I go for . . . ?;url=../faq.html;");
}



with(milonic=new menuname("Documents")){
style=menuStyle;
aI("text=All available documents;url=../docs.html;");
aI("text=<b>TownReport 2004 (PDF file 1.2 megs)</b>;url=../docs/TownReport2004.pdf;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=<b>Facts about Westport and other Westport Links</b>;url=../about.html;");
}

drawMenus();


