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

with(menuStyle=new mm_style()){
	offclass="milonicSubItem";
	onclass="milonicSubItemHover";
	offbgcolor="transparent";
	bordercolor="#000";
	borderstyle="solid";
	borderwidth=0;
	align="left";
	fontsize="11px";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	fontweight="bold";
	padding="0px 20px 0px 0px";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	imagepadding=2;
	//bgimage="file:///C:/Users/jay/webpages/Abilene%20Industrial%20Foundation/design/html/images/leftnav-link-bg.png";
	//overbgimage="file:///C:/Users/jay/webpages/Abilene%20Industrial%20Foundation/design/html/images/leftnav-link-hover-bg.png";
	bgimage="/images/leftnav-link-bg.png";
	overbgimage="/images/leftnav-link-hover-bg.png";
	subimage="/images/milonic/arrow-right.png";
	subimagepadding="2";
}

with(milonic=new menuname("Community")){ 
	style=menuStyle;
	left="offset=16";
	aI("text=Demographics;url=/community/demographics.php;");
	aI("text=Location;url=/community/location.php;");
	aI("text=GIS Mapping;url=/community/gis.php;");
}

with(milonic=new menuname("Workforce")){ 
	style=menuStyle;
	left="offset=16";
	aI("text=Labor Demographics;url=/workforce/labor.php;");
	aI("text=Wage Survey;url=/workforce/wages.php;");
	aI("text=Major Employers / Manufacturers;url=/workforce/employers.php;");
	aI("text=Unions;url=/workforce/unions.php;");
}

with(milonic=new menuname("Infrastructure")){
	style=menuStyle;
	left="offset=16";
	aI("text=Electric;url=/infrastructure/electric.php;");
	aI("text=Gas;url=/infrastructure/gas.php;");
	aI("text=Water;url=/infrastructure/water.php;");
	aI("text=Sewer;url=/infrastructure/sewer.php;");
	aI("text=Communications;url=/infrastructure/communications.php;");
}

with(milonic=new menuname("Transportation")){
	style=menuStyle;
	left="offset=16";
	aI("text=Airport;url=/transportation/airport.php;");
	aI("text=Railroad;url=/transportation/railroad.php;");
	aI("text=Trucking;url=/transportation/trucking.php;");
	aI("text=Highways;url=/transportation/highways.php;");
}

with(milonic=new menuname("Properties")){
	style=menuStyle;
	left="offset=16";
	aI("text=Commercial Property Snapshot (pdf);url=/pdfs/commercial_property_snapshot.pdf;");
	aI("text=Abilene Life Sciences Accelerator;url=/properties/abilene-life-sciences-accelerator.php;");
	aI("text=Available Industrial Buildings;url=/properties/buildings/;");
	aI("text=Five Points Business Park;url=/properties/five-points.php;");
	aI("text=Taxes;url=/properties/property-taxes.php;");
	aI("text=Submit a Commercial Property;url=/properties/submit-property.php;");
}

with(milonic=new menuname("Incentives")){
	style=menuStyle;
	left="offset=16";
	aI("text=Economic Development Assistance;url=/incentives/assistance.php;");
	aI("text=State of Texas Programs;url=/incentives/programs.php;");
	aI("text=Training Programs;url=/incentives/training.php;");
}

with(milonic=new menuname("QualityLife")){
	style=menuStyle;
	left="offset=16";
	aI("text=City Highlights;url=/qualityoflife/highlights.php;");
	aI("text=Cultural Amenities;url=/qualityoflife/amenities.php;");
	aI("text=Education;url=/qualityoflife/education/;showmenu=education");
	aI("text=Healthcare;url=/qualityoflife/healthcare.php;");
	aI("text=Community Services;url=/qualityoflife/services.php;");
	aI("text=Banking;url=/qualityoflife/banking.php;");
	aI("text=Recreational Sports;url=/qualityoflife/sports.php;");
	aI("text=Climate;url=/qualityoflife/climate.php;");
}

	with(milonic=new menuname("Education")){
		style=menuStyle;
		left="offset=10";
		top="offset=-10";
		aI("text=Universities;url=/qualityoflife/education/universities.php;");
		aI("text=Junior Colleges;url=/qualityoflife/education/juniorcolleges.php;");
		aI("text=Technical Colleges;url=/qualityoflife/education/techcolleges.php;");
		aI("text=School Districts;url=/qualityoflife/education/schooldistricts.php;");
	}

drawMenus();

