
var MENU_ITEMS = [
	['PCL to ...', null, null,
		['Home', 'http://www.pclviewer.com/'],
		['Adobe PDF', '/resources/pdf'],
		['TIFF', '/resources/tiff'],
		['FAX', '/resources/fax'],
		['HTML', '/resources/html'],
		['AFP', '/resources/afp'],
		['Metacode', '/resources/metacode'],
		['Text', '/resources/xml'],
		['XML', '/resources/xml']
	],
	
	['Resources', null, null,
		['PCL reference', '/resources/reference'],
		['Truetype PCL Tables', '/resources/pclt'],
		['Master Symbol List', '/resources/msl'],
		['PCL Font Selection','/resources/font_selection.html'],
		['PCL Symbol sets', '/resources/pcl_symbolset.html']
	],
	['Contact', null, null,
		['RedTitan USA', 'http://pclviewer.com/about.html'],
		['RedTitan UK', 'http://pclviewer.com/about.html'],
		['RedTitan FRANCE', 'http://escapee.redtitan.fr']
	]

];

