/*
  --- 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 = [

	['Introduction', 'index.htm', ],

	['General Information', ' generalinfo.htm', ],

	['About India', null,null,

		['Tourism spots in India', 'aboutindia.htm' ],

		['Palace on Wheels', ' palaceonwheels.htm', ],
	],


	['Guest Column', 'guestcolumn.htm', ],

	['Our Tours', null,null,

		['Indian Tours', 'Indiantours.htm'],

		['Sri Lanka Tours', 'Srilankatours.htm'],
	],

	['Current Prices', ' currentprices.asp', ],

	['Contact Us', ' contactus.htm', ],               
	
];
