// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', 'index.html'],
	['Legal Services', 'legal.html'],
	['Attorney & Staff Profiles', 'attorneynstaff.html'],
	['Professional Organizations', 'organizations.html'],
	['Office Directions', 'directions.html']
];

var MENU_START_COL = ['<td>','<td>','<td>','<td>','<td>','<td>'];
var MENU_END_COL = ['</td>','</td>','</td>','</td>','</td>','</td>'];

