/*
  --- 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&nbsp;&nbsp;&nbsp;|', null, null,
		['Profile', '/english/profile.asp'],
		['News', '/english/news.asp'],
	],
	['Solutions&nbsp;&nbsp;&nbsp;&nbsp;|', null, null,
		['Accounting', '/english/accounting/', null,
			['JetAdvice', '/english/accounting/jetadvice/'],
			['Pcounter', '/english/accounting/pcounter/'],
		],
		['Barcodes', '/english/barcodes/', null,
			['Barcode 100', '/english/barcodes/barcode100/'],
			['BarSIMM/DIMM', '/english/barcodes/barsimmdimm/'],
			['SIMM/DIMM', '/english/barcodes/sossimmdimm/'],
		],
		['Chai', '/english/chai/', null,
			['BusinessCard', '/english/chai/businesscard/'],
			['QuickPrint', '/english/chai/quickprint/'],
			['SAM', '/english/chai/sam/'],
			['ThinPrint', '/english/chai/thinprint/'],
		],
		['Color', '/english/color/', null,
			['BusinessCard', '/english/chai/businesscard/'],			
			['JetLogo (Letterhead)', '/english/eforms/jetlogo/'],
			['QuickPrint', '/english/chai/quickprint/'],
		],
		['E-Forms', '/english/eforms/', null,
			['ELP', '/english/eforms/elp/'],
			['FFM', '/english/software/ffm/'],
			['JetLogo (Letterhead)', '/english/eforms/jetlogo/'],
		],
		['Emulations', '/english/emulations/', null,
			['ETM 100', '/english/emulations/etm100/'],
			['IPDS 100', '/english/emulations/ipds100/'],
		],
		['MFP', '/english/mfp/', null,
			['MFPToolBox', '/english/mfp/mfptoolbox'],
		],
		['OCR-B', '/english/ocrb/', null,
			['Hardware', '/english/ocrb/hardware/'],
		],
		['Security', '/english/security/', null,
		],
		['Software', '/english/software/', null,
			['FFM', '/english/software/ffm/'],
			['PCL Dump', '/english/software/pcldump/'],
		],
		['Storage Devices', '/english/storage/', null,
			['ELP', '/english/eforms/elp/'],
			['Flash SIMM/DIMM', '/english/storage/flashsimmdimm/'],
			['FSA DIMM/HDD', '/english/storage/fsa/'],
			['PowerFlash 200', '/english/storage/powerflash200/'],
		],
	],
	['Support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|', null, null,
		['Download', '/english/download/'],
		['FAQ', '/english/faq/'],
		['Design Guide', '/english/design/'],
	],
	['Weblogs&nbsp;&nbsp;&nbsp;&nbsp;|', null, null,
		['Weblogs', '/english/weblogs/', null,
		    ['General', '/english/weblogs/weblog.asp?weblogid=1'],
			['JetLogo', '/english/weblogs/weblog.asp?weblogid=7'],
		],
		['News', '/english/weblogs/weblogitemsbytype.asp?type=News'],
		['Podcasts', '/english/weblogs/weblogitemsbytype.asp?type=Podcasts'],
		['RSS Feed', '/english/weblogs/rssfeedall.asp'],
	],
	['Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', null, null,
		['EuroForm', "javascript:openPopUpWindow('/english/contact.asp?type=info', 450, 160, 250, 300);"],
		['Webmaster', "javascript:openPopUpWindow('/english/contact.asp?type=webmaster', 450, 160, 250, 300);"],
	],
];

