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

var MENU_ITEMS_MGDOTNET = [
	['MicroGraphs .NET', 'http://www.makelogic.com/microGraphs/DotNet/MGDotNetHome.htm'],
	['Purchase', 'http://www.regnow.com/softsell/nph-softsell.cgi?item=14807-1'],
	['Download', 'http://www.makelogic.com/microGraphs/DotNet/dnldmgdotnetujjmar.htm'],
	['Documentation', 'http://www.makelogic.com/microGraphs/DotNet/MGOnlineDocs.htm'],
	['Case Study', 'http://www.makelogic.com/microGraphs/DotNet/MGCaseStudy.htm'],
	['Samples', 'http://www.makelogic.com/microGraphs/DotNet/MGSamples.htm',null,
		['LineGraph C#','http://www.makelogic.com/microGraphs/DotNet/MGSamples.htm',null,null],
		['BarGraph C#','http://www.makelogic.com/microGraphs/DotNet/MGSamplesCSharpBG.htm',null,null],
		['PieGraph C#','http://www.makelogic.com/microGraphs/DotNet/MGSamplesCSharpPG.htm',null,null],
		['LineGraph VB','http://www.makelogic.com/microGraphs/DotNet/MGSamplesVBLG.htm',null,null],
		['BarGraph VB','http://www.makelogic.com/microGraphs/DotNet/MGSamplesVBBG.htm',null,null],
		['PieGraph VB','http://www.makelogic.com/microGraphs/DotNet/MGSamplesVBPG.htm',null,null],
		['Navigation','http://www.makelogic.com/microGraphs/DotNet/MGSamplesGraphsNavigation.htm',null,null],
	],
	['Blogs', 'http://www.makelogic.com/blogs'],
	['Forums', 'http://www.makelogic.com/forums'],
	['Search', 'http://www.makelogic.com/search.htm'],	
];

