/*
  --- 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.htm', null,
	],
	['About', 'about_upc.htm', null,
	],
	['New Product Development', null, null,
	 	['Conquering the NPD Mountain', 'NPDMountain.htm'],
	 	['Services', 'NPDServices.htm'],
	 	['Phase 1 Services', 'NPDPhase1.htm'],
	 	['Phase 2 Services', 'NPDPhase2.htm'],
	 	['Phase 3 Services', 'NPDPhase3.htm'],
	 	['The Network', 'NPDNetwork.htm'],
	],
	['Drug Delivery', null, null,
	 	['Novel Device Development', 'DDDevelopment.htm'],
	 	['UPC Approach (1)', 'DDApproach1.htm'],
	 	['UPC Approach (2)', 'DDApproach2.htm'],
	 	['UPC Approach (3)', 'DDApproach3.htm'],
	 	['Services', 'DDServices.htm'],
	],
	['Contact Us', 'contactUPC.htm', null,
	],
];

