/*
  --- 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 WindowMenu product
Last Changed : 17 Oct 2006
By: Madanu
*****************************************************/

var MENU_ITEMS_WINDOWMENU = [
	['WindowMenu', 'http://www.makelogic.com/WindowMenu/WMHome.htm'],	
	['Download', 'http://www.makelogic.com/WindowMenu/WMDownload0o9li8.htm'],
	['Online Docs', 'http://www.makelogic.com/WindowMenu/WMOnlineDocs.htm'],	
	['Samples <img border=\"0\" src=\"http://www.makelogic.com/images/arrow01.gif\" style=\"position: right center\" width=\"5\" height=\"5\"> ', 'http://www.makelogic.com/WindowMenu/WMSamples.htm',null,
	
		['Sample 01','http://www.makelogic.com/WindowMenu/WMSample01.htm',null,null],
		['Sample 02','http://www.makelogic.com/WindowMenu/WMSample02.htm',null,null],
		['Sample 03','http://www.makelogic.com/WindowMenu/WMSample03.htm',null,null],
		['Sample 04','http://www.makelogic.com/WindowMenu/WMSample04.htm',null,null],
		['Sample 05','http://www.makelogic.com/WindowMenu/WMSample05.htm',null,null],
		['Sample 06','http://www.makelogic.com/WindowMenu/WMSample06.htm',null,null]
	],
	
	['Case Study', 'http://www.makelogic.com/WindowMenu/WMCaseStudy.htm'],
	['FAQ', 'http://www.makelogic.com/WindowMenu/WMfaq.htm'],	
	['Blogs', 'http://www.makelogic.com/blogs'],
	['Forums', 'http://www.makelogic.com/forums'],
	['Search', 'http://www.makelogic.com/search.htm'],	
];

