/*
  --- 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'],
	['H1 Visa', null, null,
		
		['H1 Consultant Reviews', 'index.php'],
		['H1B Tips', '../Consultants_tips.htm'],
		['Non-Immigrant Visas', '../Immigration.htm'],
	],
	['Travel to USA', null, null,
		
		['In the Flight', '../Fly2America.htm'],
	],
	['Useful Info', null, null,
		
		['Getting SSN', '../ssn.htm'],
		['Driving License', '../licence.htm'],
		['Bank Account', '../bankaccount.htm'],
		['Credit Cards', '../CreditCard.htm'],
		['Apartment Finder', '../apartment.htm'],
		['Shoppers Shop', '../Shopping.htm'],
	],
	['Contact Us', '../ContactUs.htm'],
    
];

