/*
  --- 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.AllAboutSolidEdge.com/mcad_articles.htm', {'tw' : '_self'},
		['CAD Articles','http://www.AllAboutSolidEdge.com/cad_articles.htm', {'tw' : '_self'}],
		['CAE Articles','http://www.AllAboutSolidEdge.com/cae_articles.htm', {'tw' : '_self'}],
		['CAM Articles','http://www.AllAboutSolidEdge.com/cam_articles.htm', {'tw' : '_self'}],
		['MCAD Articles','http://www.AllAboutSolidEdge.com/mcad_articles.htm', {'tw' : '_self'}],
	],
	['Blog','http://www.AllAboutSolidEdge.com/blog', {'tw' : '_self'}],
	['How Do I...','http://support.ugs.com', {'tw' : '_blank'}],
	['Industry Directory','http://www.AllAboutSolidEdge.com/directory', {'tw' : '_self'}],
	['News','http://www.AllAboutSolidEdge.com/ugs_news.php', {'tw' : '_self'},
		['CAD News','http://www.AllAboutSolidEdge.com/cad_news.htm', {'tw' : '_self'}],
		['CAE News','http://www.AllAboutSolidEdge.com/cae_news.htm', {'tw' : '_self'}],
		['CAM News','http://www.AllAboutSolidEdge.com/cam_news.htm', {'tw' : '_self'}],
		['MCAD News','http://www.AllAboutSolidEdge.com/mcad_news.htm', {'tw' : '_self'}],
		['UGS News','http://www.AllAboutSolidEdge.com/ugs_news.php', {'tw' : '_self'}],
	],
	['Sheet Metal','http://www.SheetMetalGuy.com/solidedge', {'tw' : '_blank'}],
	['Tips and Tricks','http://www.sheetmetalguy.com/allaboutsolidedge/solid_edge_tips.htm', {'tw' : '_self'}],
	['Training','http://training.ugs.com', {'tw' : '_blank'}],
	['About Us','http://www.AllAboutSolidEdge.com/contact.htm', {'tw' : '_self'}],
];