/*
  --- menu items --- 
  note that this structure has changed its  since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
   description can be found in product documentation.
*/
/*
var MENU_ITEMS = [
	['Hardware', null, null,
		['Cameras', 'http://www.graftek.com/pages/cameras.htm', 'GOGO',
			['Monochrome', 'http://www.graftek.com/pages/monochrome.htm', null, 
				['Standard Resolution', 'http://www.graftek.com/pages/mstandard.htm'],
				['High Resolution', 'http://www.graftek.com/pages/mhighres.htm'],
				['Scientific' , 'http://www.graftek.com/pages/scientific.htm'],
				
		
			],//end monochrome
			['Color', 'http://www.graftek.com/pages/color.htm', null,
				['Standard Resolution', 'http://www.graftek.com/pages/colorstandard.htm'],
				['High Resolution', 'http://www.graftek.com/pages/colorhighres.htm'],
				['3CCD', 'http://www.graftek.com/pages/3ccd.htm'],
			
			],//end color
			['IR, X-Ray, UV', 'http://www.graftek.com/pages/ir.htm', null,
				['Infrared', 'http://www.graftek.com/pages/thermaleye.htm'],
				['X-Ray', 'http://www.graftek.com/pages/xray.htm'],
			],//end IR
			['Line Scan', 'http://www.graftek.com/pages/linescan.htm', null,

			],//end Linescan
		],//end cameras
		['Lenses', 'http://www.graftek.com/pages/optics.htm', null,
			['Fixed Focal Length', 'http://www.graftek.com/pages/fflselect.htm', null, 
				['1" >', 'http://www.graftek.com/pages/ffl1+sort.htm'],
				['1" ', 'http://www.graftek.com/pages/ffl1sort.htm'],
				['2/3" ', 'http://www.graftek.com/pages/ffl23sort.htm'],
				['1/2" ', 'http://www.graftek.com/pages/ffl12sort.htm'],
				['1/3" ', 'http://www.graftek.com/pages/ffl13sort.htm'],
				['1/4" ', 'http://www.graftek.com/pages/ffl14sort.htm'],
			],//end FFL
			['Manual Zoom', 'http://www.graftek.com/pages/mzselect.htm', null,
				['1" >', 'http://www.graftek.com/pages/mz1+sort.htm'],
				['1" ', 'http://www.graftek.com/pages/mz1+sort.htm'],
				['2/3" ', 'http://www.graftek.com/pages/mz23sort.htm'],
				['1/2" ', 'http://www.graftek.com/pages/mz12sort.htm'],
				['1/3" ', 'http://www.graftek.com/pages/mz13sort.htm'],
				['1/4" ', 'http://www.graftek.com/pages/mz14sort.htm'],
			],//end MZ
		],//end lenses
		
		['FrameGrabbers', 'http://www.graftek.com/pages/framegrabbers.htm', null,
			['Firewire', 'http://www.graftek.com/pages/FirewireFG.htm', null, 
				['Firewire', 'http://www.graftek.com/pages/NIIMAQ.htm'],
			],//end FW
			['Camera Link', 'http://www.graftek.com/pages/ClinkFG.htm', null,
				['PCI-1426', 'http://www.graftek.com/pages/PCI-1426.htm'],
				['PCI-1428', 'http://www.graftek.com/pages/PCI1428.htm'],
				['PXI-1428', 'http://www.graftek.com/pages/PXI1428.htm'],
				['PCI-1429e', 'http://www.graftek.com/pages/PCIe1429.htm'],
			],//end CLINK
			['LVDS', 'http://www.graftek.com/pages/lvdsfg.htm', null,
				['PCI-1422', 'http://www.graftek.com/pages/PCI-1422.htm'],
				['PXI-1422', 'http://www.graftek.com/pages/PXI-1422.htm'],
				['PCI-1424', 'http://www.graftek.com/pages/PCI-1424.htm'],
			],//end LVDS
			['RS-422', 'http://www.graftek.com/pages/rs422fg.htm', null,
				['PCI-1422', 'http://www.graftek.com/pages/RSPCI-1422.htm'],
				['PXI-1422', 'http://www.graftek.com/pages/RSPXI-1422.htm'],
				['PCI-1424', 'http://www.graftek.com/pages/RSPCI-1424.htm'],
			],//end RS
			['Analog', 'http://www.graftek.com/pages/analogfg.htm', null,
				['Color', 'http://www.graftek.com/pages/analogfg-c.htm'],
				['Monochrome', 'http://www.graftek.com/pages/analogfg-mc.htm'],
			],//end analog
		],//end FGs
	],//end hardware
	
	['Software', 'http://www.graftek.com/pages/software.html', null,
		['Standalone Software', 'http://www.graftek.com/pages/ezsoft.htm', null,
				['MA Studio', 'http://www.graftek.com/pages/maStudio.htm'],
				['VisionBuilderAI', 'http://www.graftek.com/pages/visionBuilderAI.htm'],
				['VisionAssistant', 'http://www.graftek.com/pages/visionAssistant.htm'],
				['VisionStage', 'http://www.graftek.com/pages/visionStage.htm'],
				
		],
		['Dev. Software', 'http://www.graftek.com/pages/devsoft.htm', null,
				['LabVIEW', 'http://www.graftek.com/pages/visionLabView.htm'],
				['Measurement Studio', 'http://www.graftek.com/pages/visionMeasStud.htm'],
		        ['Add-On Libraries', 'http://www.graftek.com/pages/labview3rdaccess.htm'],
		]
	
	],
	
	['Tools & Docs', 'http://www.graftek.com/tools.htm', null,
		
		['Application Notes', 'http://www.graftek.com/appnotes.htm'],
		['Example Software', 'http://www.graftek.com/exsoftware.htm'],
		['Lens Selector', 'http://www.graftek.com/lensselect.php'],
		['Presentations', 'http://www.graftek.com/presentations.php'],
	],

		];
*/
