/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['General Info', null, null,
		['Home Page', 'http://www.joseband.com/index.htm'],
		['Appointments', 'http://www.joseband.com/appointments.htm'],
		['Adjustments', 'http://www.joseband.com/adjustments.htm'],
		['FAQ', 'http://www.joseband.com/faq.htm'],
		['Links', 'http://www.joseband.com/links.htm'],  
	],
	['Lap Band Surgery', null, null,
		['Lap Band Surgery', 'http://www.joseband.com/lap_band.htm'],
		['Procedures', 'http://www.joseband.com/procedures.htm'],
		['Surgery Costs', 'http://www.joseband.com/pricing.htm'],
		['Lap Band Surgery Application', 'http://www.joseband.com/lb_questionnaire.htm'],
	],	
	['Surgery Application', 'http://www.joseband.com/lb_questionnaire.htm', null,
	],	
	['Facilities & Staff', null, null,
		['Medical Facilities', 'http://www.joseband.com/medical_facilities.htm'],
		['Location', 'http://www.joseband.com/location.htm'],
		['Lap Band Surgeon', 'http://www.joseband.com/lapband_surgeon.htm'],
	],
	['Contact', null, null,
		['E-mail', 'mailto:BLozier@satx.rr.com'],
	],
];

