/*
  --- 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_ITEMS = [
	['Articles','http://www.AllAboutInventor.com', {'tw' : '_self'},
		['Autodesk Articles','http://www.AllAboutInventor.com', {'tw' : '_self'}],
		['CAD Articles','http://www.AllAboutInventor.com/cad_articles.htm', {'tw' : '_self'}],
		['CAE Articles','http://www.AllAboutInventor.com/cae_articles.htm', {'tw' : '_self'}],
		['CAM Articles','http://www.AllAboutInventor.com/cam_articles.htm', {'tw' : '_self'}],
		['MCAD Articles','http://www.AllAboutInventor.com/mcad_articles.htm', {'tw' : '_self'}],
	],
	['Blogs','http://www.AllAboutInventor.com/in_the_machine.php', {'tw' : '_self'},
		['All About AutoCAD','http://www.AllAboutAutoCAD.com/blog', {'tw' : '_blank'}],
		['Inventor Blog','http://www.AllAboutInventor.com/in_the_machine.php', {'tw' : '_self'}],
		['Inventor Blog PH','http://www.AllAboutInventor.com/inventor_blog_ph.php', {'tw' : '_self'}],
		['Other AutoCAD Blogs','http://www.AllAboutAutoCAD.com/blogs/autocad_blog.htm', {'tw' : '_blank'}],
	],
	['How Do I...','http://www.AllAboutInventor.com/autodesk_inventor_support.php', {'tw' : '_self'}],
	['Industry Directory','http://www.AllAboutInventor.com/directory', {'tw' : '_self'}],
	['News','http://www.AllAboutInventor.com/autodesk_news.htm', {'tw' : '_self'},
		['Autodesk News','http://www.AllAboutInventor.com/autodesk_news.htm', {'tw' : '_self'}],
		['CAD News','http://www.AllAboutInventor.com/cad_news.htm', {'tw' : '_self'}],
		['CAE News','http://www.AllAboutInventor.com/cae_news.htm', {'tw' : '_self'}],
		['CAM News','http://www.AllAboutInventor.com/cam_news.htm', {'tw' : '_self'}],
		['MCAD News','http://www.AllAboutInventor.com/mcad_news.htm', {'tw' : '_self'}],
	],
	['Sheet Metal','http://www.sheetmetalguy.com/inventor', {'tw' : '_blank'}],
	['Tips and Tricks','http://www.sheetmetalguy.com/allaboutinventor/inventor_tips.htm', {'tw' : '_self'}],
	['Training','http://www.AllAboutInventor.com/training.htm', {'tw' : '_self'}],
	['User Groups','http://www.augi.com/', {'tw' : '_blank'}],
	['About Us','http://www.AllAboutInventor.com/contact.htm', {'tw' : '_self'}],
];