/* --- menu items --- */
var MENU_ITEMS0 = [
	[' Home','index.html'
		],
	['About the Firm', 'about.htm', {'sw' : 100}
	],
	['Legal Services', 'team.htm', {'sw' : 100}
	],
	['Our People', 'info.asp', {'sw' : 90}
	],
	['Recruitment', 'looking.htm', {'sw' : 90}
	],
	['Contact Details', 'recruit.htm', {'sw' : 105}
	],
	['Downloads', 'contact.htm', {'sw' : 100}
	]


];

