/*
Array fields are: 
	<display html>, <link (or "" if there is none)>, <1= submenu exists(this must be true), 0= no submenu exists>
Sub-menus are named by appending _n to the parent menu name where 'n' is the index of the menu item in the parent menu.
e.g. A submenu for the second menu item of a menu called arMenu1 would be arMenu_2. The name for the submenu if the 8th item 
in that menu would be arMenu1_2_8.

*/
//how we work
arMenu1 = new Array(
);

//projects
arMenu2 = new Array(
"Residential","",1,
"Commercial","",1,
"Educational","",1,
"Institutional","",1,
"Child Care","",1,
"Libraries","",1,
"Municipal","",1
)

//projects/residential
arMenu2_1 = new Array(
"Lakehouse Residence","/projects/J1229/index.htm",0,
"Catskills Retreat","/projects/J180/index.htm",0,
"Lakefalls Lodge","/projects/J1056/index.htm",0,
"Lakehouse Residence","/projects/J1229/index.htm",0,
"Private Residence","/projects/J414/index.htm",0
)

//projects/commercial
arMenu2_2 = new Array(
"Chamberlain Block","/projects/J580/index.htm",0,
"Stoneholm Restoration","/projects/J1184/index.htm",0
)

//projects/Educational
arMenu2_3 = new Array(
"KSC Elliot Hall","/projects/J967/index.htm",0,
"KSC ALumni Center","/projects/J1269/index.htm",0,
"High Mowing School-Science and Technology","/projects/J942/index.htm",0,
"High Mowing School-Main Building","/projects/J942A/index.htm",0,
"Stonewall Farm","/projects/J806/index.htm",0
)

//projects/institutional
arMenu2_4 = new Array(
"Cedarcrest Home for Children","/projects/J1047/index.htm",0,
"HCS Eldercare","/projects/J1061/index.htm",0,
"KHA Mill Buildings","/projects/J1086/index.htm",0,
"Maplewood Nursing Home","/projects/J880/index.htm",0,
"Mariposa Museum","/projects/J1045/index.htm",0,
"Monadnock Covenant Church","/projects/J1049/index.htm",0
)

//projects/child care
arMenu2_5 = new Array(
"Learning Center at Concord Hospital","/projects/J1005/index.htm",0,
"Keene Day Care Center","/projects/J299/index.htm",0
)

//projects/Libraries
arMenu2_6 = new Array(
"Philip Read Memorial","/projects/J915/index.htm",0,
"Olivia Rodham Memorial","/projects/J1064/index.htm",0
)

//projects/municipal
arMenu2_7 = new Array(
"Registry of Deeds","/projects/J324.9/index.htm",0,
"Chesterfield Town Hall","/projects/J1237/index.htm",0
)

//people
arMenu3 = new Array(
);

//specialties
arMenu4 = new Array(
);

//news
arMenu5 = new Array(
);

//employment
arMenu6 = new Array(
);

