/*
  --- 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_ITEMSAM = [
	['ArrayMiner', 'ArrayMiner/ArrayMiner.htm', null,
		['Product page', 'ArrayMiner/ArrayMiner.htm'],
		['Request a demo', 'ArrayMiner/ArrayMinerDemo.html'],
		['Request FREE light version', 'ArrayMiner/ArrayMinerLight.html'],
		['Pricing','ArrayMiner/AmAvalai.htm'],
		['Commercial contact','ArrayMiner/ArrayMinerContacts.html'],		
		['Discover...',null,null,
			['Clustering','ArrayMiner/ArrayMiner2.htm'],
			['Classmarking','ArrayMiner/ClassMarker.htm'],
			['Algorithms','ArrayMiner/AMAlgorithms.html'],
			['Publishing tools','ArrayMiner/AMPublishTools.html'],
//			['Peruse online help',"javascript:window.open(%22ArrayMiner/AMHelpFrame/AMHelpFrameOwner.html%22);"],
//			['Peruse online help','ArrayMiner/AMHelpFrame/AMHelpFrameOwner.html target=_blank'],
//			['Peruse online help','javascript:window.open("ArrayMiner/AMHelpFrame/AMHelpFrameOwner.html");'],
			['Peruse online help','ArrayMiner/PeruseManual.html'],			
		],
		['Presentation movies','ArrayMiner/ArrayMinerMovies.html'],
		['FAQs','ArrayMiner/AMFAQ.htm'],
		['Download','ArrayMiner/ArrayMinerDownload.html'],
		['Upgrade','ArrayMiner/AMUpgrade.htm'],
		['Custom services','ArrayMiner/ArrayMinerServices.html'],
	],
];

