/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home<br>&nbsp;', '/index.html'],
	['About Us<br>&nbsp;', '/about_us.html'],
	['Products<br>&nbsp;', null, null,
		//['&nbsp;Publication', null, null,
			['&nbsp;Asia Pacific Biotech News', '/publication/apbn/index.html'],
		//],
		['&nbsp;Database', '/database/index.html']
			//['&nbsp;Asia Pacific Biotech Directory', '/database/biotechdir/index.html'],
			//['&nbsp;Biomedical Equipment Database', '/database/biomedtech/index.html']
		//]
	],
	['Customer Service', null, null,
		['&nbsp;Worldwide Offices', '/worldwide_offices.html'],
		['&nbsp;Subscription', '/subscribe_purchase.html'],
		['&nbsp;Pharmaceutical Sales', '/pharm_sales.html'],
		['&nbsp;Contact Us', '/contact_us.html']
		//['&nbsp;FAQ', null],
		//['&nbsp;Technical Support', null]
	],
	['Advertising<br>&nbsp;', null, null,
		['&nbsp;Asia Pacific Biotech News', '/apbn_adv.html'],
		['&nbsp;Asia Pacific Biotech Directory', '/apbd_adv.html']
	],
	['Conferences<br>&nbsp;', '/conferences.doc'],
	['Search Patents<br>&nbsp;', '/search_patents.html'],
	['Site Map<br>&nbsp;', '/site_map.html']
];
