/*
  --- 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 = [
	['<img border="0" id="Benefits" onMouseOver="this.src=&quot;images/tabs.benefits.on.jpg&quot;" onMouseOut="this.src=&quot;images/tabs.benefits.off.jpg&quot;" src="images/tabs.benefits.off.jpg">', null, null, '187',
		['State Disability', null, null, '187',
			['New York', null, null, '300'],
			['New Jersey', null, null, '300'],
			['Hawaii', null, null, '300'],
			['California', null, null, '300'],
			['Puerto Rico', null, null, '300'],
			['Rhode Island', null, null, '300']
		],
		['Employee Benefits', null, null, '187'],
	],
	['<img border="0" id="Benefits" onMouseOver="this.src=&quot;images/tabs.quote.on.jpg&quot;" onMouseOut="this.src=&quot;images/tabs.quote.off.jpg&quot;" src="images/tabs.quote.off.jpg">', null, null, '300',
		['State Disability', null, null, '300',
			['New York', 'http://www.lidac.com/getaquote.main.asp', null, '413'],
			['New Jersey', null, null, '413'],
			['Hawaii', null, null, '413'],
			['California', null, null, '413'],
			['Puerto Rico', null, null, '413'],
			['Rhode Island', null, null, '413']
		],
		['Employee Benefits', null, null, '300']
	],
	['<img border="0" id="Benefits" onMouseOver="this.src=&quot;images/tabs.glossary.on.jpg&quot;" onMouseOut="this.src=&quot;images/tabs.glossary.off.jpg&quot;" src="images/tabs.glossary.off.jpg">', null, null, '386'],
	['<img border="0" id="Benefits" onMouseOver="this.src=&quot;images/tabs.forms.on.jpg&quot;" onMouseOut="this.src=&quot;images/tabs.forms.off.jpg&quot;" src="images/tabs.forms.off.jpg">', null, null, '453',
		['Form Name 1', null, null, '453'],
		['Form Name 2', null, null, '453']
	],
	['<img border="0" id="Benefits" onMouseOver="this.src=&quot;images/tabs.faq.on.jpg&quot;" onMouseOut="this.src=&quot;images/tabs.faq.off.jpg&quot;" src="images/tabs.faq.off.jpg">', null, null, '520',
		['State Disability', null, null, '520',
			['New York', null, null, '633'],
			['New Jersey', null, null, '633'],
			['Hawaii', null, null, '633'],
			['California', null, null, '633'],
			['Puerto Rico', null, null, '633'],
			['Rhode Island', null, null, '633']
		],
		['Employee Benefits', null, null, '520']
	],
];

