/*
  --- 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 = [
	['Company', '/coverview.php', null,
		['Overview', '/coverview.php', null],
		['History', '/chistory.php', null],
		['Company Profile', '/cprofile.php', null],
		['Partners', '/cpartners.php', null],
	],
	['Services', '/so_it_solution_googleapps_sso_light_en.php', null,
		['Cloud Gate Light', '/so_it_solution_googleapps_sso_light_en.php', null],
		['Cloud Gate ASP Service', '/so_it_solution_googleapps_sso_asp.php', null],
		['Google Apps Pilot Service', '/so_it_solution_googleapps_sso_pilot.php', null],
		['Postini Setup Service', '/so_it_solution_googleapps_postini.php', null],		
		['Case Studies', '/cases.php', null],
	],
	['Products', '/poverview.php', null,
		['Cloud Gate for Google Apps', '/pr_googleapps_lineup.php', null,
		   ['Single Sign-On', '/pr_googleapps_sso.php', null],
	       ['Address Book', '/pr_googleapps_address_book.php', null],
	       ['Group Calendar', '/', null],
	       ['Work FLow', '/', null],
	       ['Secure Storage', '/pr_googleapps_secure_storage.php', null],
	       ['Risk-Based Authentication', '/pr_googleapps_risk_based_auth.php', null],
		],
		['IP Telephony', '/ppphone.php', null,
			['Overview', '/ppphone.php', null],
			['PPPhone Softphone', '/ppphone_ua1.php', null],
			['VoIP SDK', '/ppphone_sdk1.php', null],
			['SIP Stack SDK', '/ppphone_ss1.php', null],
			['Examples', '/ppphone_ex.php', null],
		],
		['Mobile Data', '/pppush1.php', null,
			['PPPush', '/pppush1.php', null],
		],
		['Web Technology', '/web_technology.php', null],
	],
	['Solutions', '/blackberry0.php', null,
		['Google Apps Integration', '/so_it_solution_googleapps_integration.php',null,
		    ['SSO/Account Sync', '/so_it_solution_googleapps_sso.php', null],
			['Exchange/Domino Migration', '/so_it_solution_googleapps_mail_mig.php', null],
			['Google Sites Construction', '/so_it_solution_googleapps_sites_mig.php', null],
		    ['Notes Application Migration', '/so_it_solution_googleapps_notes_mig.php', null],
		    ['App Engine Application', '/pr_googleapps_appengine.php', null],
		    ['Solution Parnter System', '/ne_google_partner.php', null],
	    	],
		['BlackBerry', '/blackberry0.php', null,
			['Software and Solutions', '/blackberry1.php', null],
			['BlackBerry Enterprise Server', '/blackberry2.php', null],
			['Consulting', '/blackberry6.php', null],			
			['Integration', '/blackberry3.php', null],
			['Maintenance/Administration', '/blackberry4.php', null],
			['Support', '/blackberry5.php', null],
		],
		['Convergence', '/conv0.php', null,
			['Fixed-Mobile', '/conv1.php', null],
			['Triple Play', '/conv2.php', null],
			['Enterprise VoIP', '/conv3.php', null],
			['Dual Smartphone', '/conv4.php', null],
			['FMC Enabler Package', '/fmc_enabler1.php', null],
			],
		['System Integration', '/solutions.php'],
		['Case Studies', '/cases.php'],
	],
	['News/Events', '/news3.php', null,
		['Events', '/news3.php'],
		['News', '/news2.php'],
		['Press Releases', '/news1.php'],
	],
	['Contact Us', '/contactus.php', null,
		['Contact Information', '/contactus.php'],
		['Web Inquiry', '/form_web1.php'],
	],
];
