/*
  --- 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.
*/

/***************************************************
These are the MenuItems for the FileMenu product
Last Changed : 17 Oct 2006
By: Madanu
*****************************************************/

var MENU_ITEMS_FILEMENU = [
	['FileMenu Home', 'http://www.makelogic.com/FileMenu/FMHome.htm'],
	['Data Sheet', 'http://www.makelogic.com/FileMenu/MakeLogic_FileMenu_DataSheet.pdf'],
	['Download', 'http://www.makelogic.com/FileMenu/FMDownload1qa2w3.htm'],
	['Online Docs', 'http://www.makelogic.com/FileMenu/FMOnlineDocs.htm'],
	
	['Samples <img border=\"0\" src=\"http://www.makelogic.com/images/arrow01.gif\" style=\"position: right center\" width=\"10\" height=\"10\"> ', 'http://www.makelogic.com/FileMenu/FMSamples.htm',null,
	
		['Sample 01','http://www.makelogic.com/FileMenu/FMSample01.htm',null,null],
		['Sample 02','http://www.makelogic.com/FileMenu/FMSample02.htm',null,null],
		['Sample 03','http://www.makelogic.com/FileMenu/FMSample03.htm',null,null],
		['Sample 04','http://www.makelogic.com/FileMenu/FMSample04.htm',null,null],
		['Sample 05','http://www.makelogic.com/FileMenu/FMSample05.htm',null,null],
		['Sample 06','http://www.makelogic.com/FileMenu/FMSample06.htm',null,null],
		['Sample 07','http://www.makelogic.com/FileMenu/FMSample07.htm',null,null],
		['Sample 08','http://www.makelogic.com/FileMenu/FMSample08.htm',null,null],
		['Sample 09','http://www.makelogic.com/FileMenu/FMSample09.htm',null,null]
	],
	
	['Case Study', 'http://www.makelogic.com/FileMenu/FMCaseStudy.htm'],
	['FAQ', 'http://www.makelogic.com/FileMenu/FMfaq.htm'],	
	['Blogs', 'http://www.makelogic.com/blogs'],
	['Forums', 'http://www.makelogic.com/forums'],
	['Search', 'http://www.makelogic.com/search.htm'],	
];

