/*
  --- 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.AllAboutAutoCAD.com/articles', {'tw' : '_self'},
		['AutoCAD Articles','http://www.AllAboutAutoCAD.com/articles', {'tw' : '_self'}],
		['CAD Articles','http://www.AllAboutAutoCAD.com/articles/cad_articles.htm', {'tw' : '_self'}],
		['CAE Articles','http://www.AllAboutAutoCAD.com/articles/cae_articles.htm', {'tw' : '_self'}],
		['CAM Articles','http://www.AllAboutAutoCAD.com/articles/cam_articles.htm', {'tw' : '_self'}],
		['MCAD Articles','http://www.AllAboutAutoCAD.com/articles/mcad_articles.htm', {'tw' : '_self'}],
	],
	['Blogs','http://www.AllAboutAutoCAD.com/blogs/autocad_blog.htm', {'tw' : '_self'},
		['All About AutoCAD','http://www.AllAboutAutoCAD.com/blog', {'tw' : '_self'}],
		['AutoCAD Insider','http://www.AllAboutAutoCAD.com/blogs/heidi_hewitt.php', {'tw' : '_self'}],
		['Between the Lines','http://www.AllAboutAutoCAD.com/blogs/shaan_hurley.php', {'tw' : '_self'}],
		['Between the Walls','http://www.AllAboutAutoCAD.com/blogs/chris_yanchar.php', {'tw' : '_self'}],
		['Beyond The Paper','http://www.AllAboutAutoCAD.com/blogs/volker_joseph.php', {'tw' : '_self'}],
		['CAD-e-corner','http://cadecorner.blogspot.com', {'tw' : '_blank'}],
		['CADgneto','http://www.AllAboutAutoCAD.com/blogs/steve_mccarthy.php', {'tw' : '_self'}],
		['Controlling the Machine','http://www.AllAboutAutoCAD.com/blogs/nate_holt.php', {'tw' : '_self'}],
		['Dave and Dan Civil 3D Show','http://www.AllAboutAutoCAD.com/blogs/dave_and_dan.php', {'tw' : '_self'}],
		['Drawing the Machine','http://www.AllAboutAutoCAD.com/blogs/andrew_de_leon.php', {'tw' : '_self'}],
		['The Lazy Drafter','http://www.AllAboutAutoCAD.com/blogs/todd_shackelford.php', {'tw' : '_self'}],
		['Lynn Allens Blog','http://www.AllAboutAutoCAD.com/blogs/lynn_allen.php', {'tw' : '_self'}],
		['Sheet Metal Guy Blog','http://www.sheetmetalguy.com/blog', {'tw' : '_blank'}],
		['2D to (Civil) 3D','http://www.AllAboutAutoCAD.com/blogs/sanjay_asnani.php', {'tw' : '_self'}],
	],
	['Books','http://www.AllAboutAutoCAD.com/autocad-books.htm', {'tw' : '_self'}],
	['Community','http://www.AllAboutAutoCAD.com/events.htm', {'tw' : '_self'},
		['Resellers','http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1088201', {'tw' : '_blank'}],
		['Upcoming Events','http://www.AllAboutAutoCAD.com/events.htm', {'tw' : '_self'}],
		['User Groups','http://www.augi.com/', {'tw' : '_blank'}],
	],
	['How Do I...','http://www.AllAboutAutoCAD.com/autocad_support.php', {'tw' : '_self'}],
	['Industry Directory','http://www.AllAboutAutoCAD.com/directory', {'tw' : '_self'}],
	['News','http://www.AllAboutAutoCAD.com/autocad_news.htm', {'tw' : '_self'},
		['AutoCAD News','http://www.AllAboutAutoCAD.com/autocad_news.htm', {'tw' : '_self'}],
		['CAD News','http://www.AllAboutAutoCAD.com/cad_news.htm', {'tw' : '_self'}],
		['CAE News','http://www.AllAboutAutoCAD.com/cae_news.htm', {'tw' : '_self'}],
		['CAM News','http://www.AllAboutAutoCAD.com/cam_news.htm', {'tw' : '_self'}],
		['MCAD News','http://www.AllAboutAutoCAD.com/mcad_news.htm', {'tw' : '_self'}],
	],
	['Sheet Metal','http://www.sheetmetalguy.com/autocad', {'tw' : '_blank'}],
	['Tips and Tricks','http://www.AllAboutAutoCAD.com/autocad_tips.htm', {'tw' : '_self'}],
	['Training','http://www.AllAboutAutoCAD.com/autocad_training.htm', {'tw' : '_self'}],
	['Tutorials','http://www.AllAboutAutoCAD.com/autocad_tutorial.htm', {'tw' : '_self'}],
	['About Us','http://www.AllAboutAutoCAD.com/contact.htm', {'tw' : '_self'}],
];
