
_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=0              // Sub menu top offset
_subOffsetLeft=-1             // 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="#8e2d28";
oncolor="#fff799";
offbgcolor="#8e2d28";
offcolor="#FFFFFF";
visitcolor="#fff799";
bordercolor="#8e2d28";
borderstyle="solid";
borderwidth=1;
separatorcolor="8e2d28";
//separatorstyle="dotted";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#ffffff";
pagebgcolor="#8e2d28";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu"))
	{
style=menuStyle;
top=35;
center=0;
alwaysvisible=1;
orientation="horizontal";

aI("image=images/home_n.gif;overimage=images/home_r.gif;showmenu=about;url=index.html;subimage=;borderwidth=0;separatorsize=0;onclick=changeColor(1)");
aI("image=images/siteselection_n.gif;overimage=images/siteselection_r.gif;showmenu=siteselection;url=site-selection.html;oncolor=#fff799;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/doingbusiness_n.gif;overimage=images/doingbusiness_r.gif;showmenu=doingbusinesshere;url=doing-business-here.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/livinghere_n.gif;overimage=images/livinghere_r.gif;showmenu=livinghere;url=living-here.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/newtownbus_n.gif;overimage=images/newtownbus_r.gif;showmenu=newtownbusiness;url=newtown-businesses.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/news_n.gif;overimage=images/news_r.gif;url=news-center.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/about_n.gif;overimage=images/about_r.gif;showmenu=aboutedc;url=about-edc.html;subimage=;borderwidth=0;separatorsize=0;");

}
	with(milonic=new menuname("siteselection"))
		{
	menuwidth=160;
	style=menuStyle;
	aI("text=Overview;url=site-selection.html;");
	aI("text=Available Properties;url=ss-available-properties.html;");
	aI("text=Fairfield Hills;url=ss-fairfield-hills.html;");
	aI("text=Newtown Technology Park;url=ss-newtown-technology-park.html;");
	}
	

		with(milonic=new menuname("doingbusinesshere"))
			{menuwidth=160;
	style=menuStyle;
	aI("text=Overview;url=doing-business-here.html;");
	aI("text=Profiles of Newtown;url=profile-newtown.html;showmenu=doingbusinesshere1;");
	aI("text=Location;url=dbh-location.html;");
	aI("text=Business incentive plan;url=dbh-businessincentiveprogram.html;");
	aI("text=Labor force;url=dbh-labor-force.html;");
	aI("text=Major employers;url=dbh-major-employers.html;");
	aI("text=Top taxpayers;url=dbh-top-taxpayers.html;");
	aI("text=Transportation;url=dbh-transportation.html;");
	aI("text=Utilities & telecom;url=dbh-utilities-telecom.html;");
	aI("text=Government;url=dbh-government.html;");
	aI("text=Resources;url=dbh-resources.html;");
}
	with(milonic=new menuname("doingbusinesshere1")){
		menuwidth=160;
	style=menuStyle;
	aI("text=Taunton Press;url=dbh-taunton-profile.html;");
	aI("text=TNT Expense Management;url=dbh-tnt-profile.html;");
	aI("text=LMT Communications;url=dbh-lmt-profile.html;");
	aI("text=Curtis Packaging;url=dbh-curtis-profile.html;");
	aI("text=Tier ONE;url=dbh-tier-one-profile.html;");
	aI("text=Black Swan;url=dbh-black-swan-profile.html;");

	}

	with(milonic=new menuname("livinghere"))
		{menuwidth=126;
	style=menuStyle;
	aI("text=Overview;url=living-here.html;");
	aI("text=Town Profile;url=lh-town-profile.html;");
	aI("text=Education;url=lh-education.html;");
	aI("text=Housing;url=lh-housing.html;");
	aI("text=Healthcare;url=lh-healthcare.html;");
	aI("text=Arts & Culture;url=lh-art-culture.html;");
	aI("text=Recreation;url=lh-recreation.html;");
	aI("text=Government;url=dbh-government.html;");
	aI("text=Resources;url=dbh-resources.html;");
	aI("text=Photo Gallery;url=lh-photo-gallery.html;");
	
	}

with(milonic=new menuname("newtownbusiness"))
		{menuwidth=161;
	style=menuStyle;
	aI("text=Business Directory;url=newtown-businesses.html;");
	aI("text=Resources for Businesses;url=nb-resources-for-businesses.html;");
	aI("text=Business Assistance;url=nb-business-assistance.html;");
	}
with(milonic=new menuname("aboutedc"))
		{menuwidth=143;
	style=menuStyle;
	aI("text=Who We Are;url=about-edc.html;");
	aI("text=What We Do;url=atedc-whatwedo.html;");
	aI("text=Commission Members;url=atedc-commission-members.html;");
	}

drawMenus();