//			  Name     Menu Orient		width	table class	style per cell?

var menu2 = new mainMenu( "menu2", menuTypeVert,	120,	"sideMenu",	1 );

//  Menu Object	ID              	Text                    	URI                     			On Class        Off Class      Size Fade% Table Class

addItem( menu2,	"projectman",		"Project Management &amp; Project Monitoring",	"/index.jsp?t=projectman",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"refurbishing",		"Refurbishment",				"/index.jsp?t=refurbishing",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"developing",		"Development and Construction",			"/index.jsp?t=developing",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"maintaining",		"Maintenance and Repairs",			"/index.jsp?t=maintaining",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"buying",		"Fit-Out",					"/index.jsp?t=buying",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"surveys",		"Surveys and Due Diligence",		"/index.jsp?t=surveys",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"dilapidation",		"Dilapidations",				"/index.jsp?t=dilapidation",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"feasibility",		"Feasibility Studies",				"/index.jsp?t=feasibility",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"partywalls",		"Party Walls",					"/index.jsp?t=partywalls",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"healthsafety",		"CDM",						"/index.jsp?t=healthsafety",		"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );

/*
• Project Management
• Refurbishment
• Development and Construction
• Maintenance and Repairs
• Buying and Selling
• Surveys
• Dilapidations
• Feasibility Studies
• Party Walls
• Health and Safety
• Competition


addItem( menu2,	"building",		"Construction",		"/index.jsp?t=building",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"investing",		"Investment",		"/index.jsp?t=investing",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"repairing",		"Repairs",		"/index.jsp?t=repairing",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"altering",		"Alteration",		"/index.jsp?t=altering",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"modernising",		"Modernisation",	"/index.jsp?t=modernising",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"litigating",		"Litigation",		"/index.jsp?t=litigating",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"rentingletting",	"Renting or Letting",	"/index.jsp?t=rentingletting",			"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
addItem( menu2,	"selling",		"Selling",		"/index.jsp?t=selling",				"sideMenuOn",	"sideMenuOff", 100, null, "subMenu" );
*/