/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'120'}],
	['About Us','aboutus.html', {'tw':'_self','tt':'','sw':'140'}],	
	['Our Services', '#', {'tw':'_self','tt':'','sw':'170'},
		['For Business', 'business.html', {'tw':'_self','tt':'','sw':'126'}],
		['For Individuals', 'individuals.html', {'tw':'_self','tt':'','sw':'126'}],
		['Tax Services', 'tax.html', {'tw':'_self','tt':'','sw':'126'}]
	],		
	['Forms & Checklists', 'formscheck.html', {'tw':'_self','tt':'','sw':'180'}],	
	['Tax Center', '#', {'tw':'_self','tt':'','sw':'160'},
		['Track Your Federal Refund', 'https://sa2.www4.irs.gov/irfof/lang/en/irfofgetstatus.jsp', {'tw':'_blank','tt':'','sw':'120'}],
		['Track Your NYS Refund', 'https://www8.nystax.gov/PRIS/prisHome', {'tw':'_blank','tt':'','sw':'120'}],
		['Tax Due Dates', 'duedates.html', {'tw':'_self','tt':'','sw':'120'}],
		['IRS Forms and Publications', 'http://www.irs.gov/formspubs/index.html?portlet=3', {'tw':'_blank','tt':'','sw':'120'}],
		['NYS Tax Forms', 'http://www.tax.state.ny.us/forms/', {'tw':'_blank','tt':'','sw':'120'}]
	],	
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'130'}],
];



