/*
  --- 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_ITEMS1 = [
	['Product', null, null,
		['eCard', null, null,
			['How to use eCard', 'services.htm#Ecard'],
			["Int'l Roaming", 'services.htm#roam', null],
			['DirecDial', 'services.htm#directdial', null],
			['EZ Phonebook','services.htm#EZ', null],
			['Acc. Management','services.htm#acc' , null],
			['Easy Purchase', 'services.htm#easy', null],
			['eSecretary <font color="red">New! </font>', 'esecretary.htm', null]
		],
		['Corporate Card', 'services_2.htm', null]
	]
];

var MENU_ITEMS2 = [
	['Access Numbers', null, null,
		['U.S. & Canada', 'accessnumbers.asp#1', null],
		['International', 'accessnumbers.asp#2', null]
	]
];

