/*
  --- 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 = [
	['Home','../index.html',null,
	],
	['Quote', null, null,
		['Individual Medical', '/html/individual.html'],
		['Group Medical', '/html/group.html'],
		['Long Term Care', '/html/ltc.html'],
		['Disability', '/html/disability.html'],
		['Life', '/html/termlife.htm'],
	],
	['About Us',null,null,
		['Brenda S. Kindy','/html/Brenda Bio.htm'],
		['Brent Candebat','/html/Brent Bio.htm'],
		['Rich Jeffries','/html/Rich Bio.htm'],
		['Chuck Kelley','/html/Chuck Bio.htm'],
		['Megan Dickey','/html/Megan Bio.htm'],
	],
	['Contact', null, null,
		['E-mail', '/html/contact.html'],
		['Directions', '/html/directions.htm'],

	],
	
];

