/* --- menu items --- */
var MENU_ITEMS0 = [
["&nbsp;Home", "/english", {'tt' : "Back to Start", 'sb' : "Back to Start"}],
	['&nbsp;Company', null, {'tt' : "Company Information", 'sb' : "Company Information"}, 
		['&nbsp;About CryptoGram', 'about.php', {'tt' : "Company Profile and Contact Information", 'sb' : "Company Profile and Contact Information"}]
	],
	["&nbsp;Products", null, {'tt' : "Product Information", 'sb' : "Product Information"},
		['&nbsp;Workstation Security&nbsp;&nbsp;<img border="0" src="/images/triangle.gif">', null, {'bw' : 183, 'tt' : "Workstation Security Products", 'sb' : "Workstation Security Products"}, 
			["&nbsp;Access Control", "securelogin.php", {'tt' : "CryptoGram Secure Login", 'sb' : "CryptoGram Secure Login"}],
			["&nbsp;Single Sign-On", "sso.php", {'tt' : "CryptoGram SSO", 'sb' : "CryptoGram SSO"}],
			["&nbsp;File Encryption", "folder.php", {'tt' : "CryptoGram Folder", 'sb' : "CryptoGram Folder"}]
		],
		['&nbsp;Management Solutions&nbsp;&nbsp;<img border="0" src="/images/triangle.gif">', null, {'bw' : 183, 'tt' : "Security Management Solutions", 'sb' : "Security Management Solutions"}, 
			["&nbsp;Remote Administration", "ezpilot_cra.php", {'tt' : "CryptoGram ez-Pilot CRA", 'sb' : "CryptoGram ez-Pilot CRA"}],
			["&nbsp;Token Management", "ezpilot_tms.php", {'tt' : "CryptoGram ez-Pilot TMS", 'sb' : "CryptoGram ez-Pilot TMS"}],
			["&nbsp;File Transfer", "ezpilot_sft.php", {'tt' : "CryptoGram ez-Pilot SFT", 'sb' : "CryptoGram ez-Pilot SFT"}]
		],
		["&nbsp;Hardware", "hardware.php", {'tt' : "Smart Cards, Smart Card Readers, ...", 'sb' : "Smart Cards, Smart Card Readers, ..."}]
	],
	["&nbsp;Services", null, {'bw' : 183, 'tt' : "Services", 'sb' : "Services"},
		["&nbsp;Custom Development", "oem.php", {'tt' : "Custom Development", 'sb' : "Custom Development"}],
		["&nbsp;Consulting", "consulting.php", {'tt' : "Consulting", 'sb' : "Consulting"}]
	],
	["&nbsp;Where to Buy", null, {'bw' : 183, 'sw' : 100, 'tt' : "Where to Buy", 'sb' : "Where to Buy"},
		["&nbsp;Distributors", "distributors.php", {'tt' : "CryptoGram Authorized Distributors, Resellers and System Integrators", 'sb' : "CryptoGram Authorized Distributors, Resellers and System Integrators"}],
		["&nbsp;Sales Inquiry", "salesinquiry.php", {'tt' : "Sales Inquiry", 'sb' : "Sales Inquiry"}]
	],
	["&nbsp;Downloads", null, {'tt' : "Downloads", 'sb' : "Downloads"},
		["&nbsp;Product Updates & Fixes", "download/", {'tt' : "Product Updates & Fixes", 'sb' : "Product Updates & Fixes"}],
		["&nbsp;Free Downloads", "freedownloads.php", {'tt' : "Free Downloads", 'sb' : "Free Downloads"}]
	],
	["&nbsp;Support", null, {'tt' : "Technical Support", 'sb' : "Technical Support"},
		["&nbsp;Contact Support", "contactsupport.php", {'tt' : "Contact Technical Support", 'sb' : "Contact Technical Support"}]
	],
	["&nbsp;Partners", "partners.php", {'tt' : "Partners", 'sb' : "Partners"}],
	['<img border="0" src="/images/end.gif">', null, {'sw': 22}]
];