/*
  --- 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.AboutSolidWorks.com/articles', {'tw' : '_self'},
		['SolidWorks Articles','http://www.AboutSolidWorks.com/articles', {'tw' : '_self'}],
		['CAD Articles','http://www.AboutSolidWorks.com/articles/cad_articles.htm', {'tw' : '_self'}],
		['CAE Articles','http://www.AboutSolidWorks.com/articles/cae_articles.htm', {'tw' : '_self'}],
		['CAM Articles','http://www.AboutSolidWorks.com/articles/cam_articles.htm', {'tw' : '_self'}],
		['MCAD Articles','http://www.AboutSolidWorks.com/articles/mcad_articles.htm', {'tw' : '_self'}],
	],
	['Blogs','http://www.AboutSolidWorks.com/blogs', {'tw' : '_self'},
		['AboutSolidWorks.com','http://www.AboutSolidWorks.com/blog', {'tw' : '_self'}],
		['Ricky Jordans Blog','http://www.AboutSolidWorks.com/blogs/ricky_jordan.php', {'tw' : '_self'}],
		['Rob Rodriguez Blog','http://www.AboutSolidWorks.com/blogs/rob_rodriguez.php', {'tw' : '_self'}],
		['Sheet Metal Guy Blog','http://www.sheetmetalguy.com/blog/', {'tw' : '_blank'}],
		['SolidWorks Community Blog','http://www.AboutSolidWorks.com/blogs/solidworks_community.php', {'tw' : '_self'}],
		['Other SolidWorks Blogs','http://www.AboutSolidWorks.com/blogs', {'tw' : '_self'}],
	],	
	['Books','http://www.AboutSolidWorks.com/solidworks_books.htm', {'tw' : '_self'}],
	['How Do I...','http://www.AboutSolidWorks.com/support.php', {'tw' : '_self'}],
	['Industry Directory','http://www.AboutSolidWorks.com/directory', {'tw' : '_self'}],	
	['Macros','http://www.AboutSolidWorks.com/macros.htm', {'tw' : '_self'}],
	['News','http://www.AboutSolidWorks.com/solidworks_news.htm', {'tw' : '_self'},
		['SolidWorks News','http://www.AboutSolidWorks.com/solidworks_news.htm', {'tw' : '_self'}],
		['CAD News','http://www.AboutSolidWorks.com/cad_news.htm', {'tw' : '_self'}],
		['CAE News','http://www.AboutSolidWorks.com/cae_news.htm', {'tw' : '_self'}],
		['CAM News','http://www.AboutSolidWorks.com/cam_news.htm', {'tw' : '_self'}],
		['MCAD News','http://www.AboutSolidWorks.com/mcad_news.htm', {'tw' : '_self'}],
	],
	['Sheet Metal','http://www.sheetmetalguy.com/solidworks', {'tw' : '_blank'}],
	['Tips and Tricks','http://www.AboutSolidWorks.com/solidworks_tips.htm', {'tw' : '_self'}],
	['Training','http://www.AboutSolidWorks.com/solidworks_training.htm', {'tw' : '_self'}],
	['Tutorials','http://www.AboutSolidWorks.com/solidworks_tutorials.htm', {'tw' : '_self'}],
	['About Us','http://www.AboutSolidWorks.com/contact.htm', {'tw' : '_self'}],
];