/*
Company: eCubeH Technologies
Author: Bala Krishnamurthy
Date:  6 August 2006

With thanks to ***** Original Source: Tigra Menu - SoftComplex.com *****

--- 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.php'],
	['Admin','user.php'],
	['Affiliations','test.php', null],
	['Free Downloads','',null],
	['Publications', null, null],
	['Contact Us', 'mailto:info@eCubeH.com', null],
	['Only for Praseeda',null,null],
];