/*
  --- 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 = [
	['Pick your CAD System','http://www.SheetMetalGuy.com', {'tw' : '_self'},
		['SolidWorks','http://www.SheetMetalGuy.com/solidworks', {'tw' : '_self'}],
		['AutoCAD','http://www.SheetMetalGuy.com/autocad', {'tw' : '_self'}],
		['Inventor','http://www.SheetMetalGuy.com/inventor', {'tw' : '_self'}],
		['Solid Edge','http://www.SheetMetalGuy.com/solidedge', {'tw' : '_self'}],
	],
	['Articles','http://www.SheetMetalGuy.com', {'tw' : '_self'},
		['Finding the K-factor','http://www.sheetmetalguy.com/k-factor.htm', {'tw' : '_self'}],
		['Calculate Bend Allowance','http://www.sheetmetalguy.com/bend-allowance.htm', {'tw' : '_self'}],
	],
	['Books','http://www.SheetMetalGuy.com/cart5.htm', {'tw' : '_self'},
		['Sheet Metal','http://www.SheetMetalGuy.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=ItemSearch&Keywords=Sheet+Metal&SearchIndex=Books', {'tw' : '_self'}],
		['SolidWorks','http://www.sheetmetalguy.com/solidworks-books.htm', {'tw' : '_self'}],
		['AutoCAD','http://www.SheetMetalGuy.com/autocad/autocad-books.htm', {'tw' : '_self'}],
		['Engineering','http://www.SheetMetalGuy.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=ItemSearch&Keywords=Engineering&SearchIndex=Books', {'tw' : '_self'}],
		['CADKEY','http://www.SheetMetalGuy.com/cadkey-books.htm', {'tw' : '_self'}],
		['CATIA','http://www.sheetmetalguy.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=ItemSearch&Keywords=CATIA&SearchIndex=Books', {'tw' : '_self'}],
		['Inventor','http://www.sheetmetalguy.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=ItemSearch&Keywords=Autodesk+Inventor&SearchIndex=Books', {'tw' : '_self'}],
		['KeyCreator','http://www.sheetmetalguy.com/keycreator-books.htm', {'tw' : '_self'}],
		['Pro/Engineer','http://www.sheetmetalguy.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=ItemSearch&Keywords=Pro/Engineer&SearchIndex=Books', {'tw' : '_self'}],
		['SketchUp','http://www.sheetmetalguy.com/sketchup-books.htm', {'tw' : '_self'}],
		['Solid Edge','http://www.sheetmetalguy.com/solid-edge-books.htm', {'tw' : '_self'}],
	],
	['Downloads','http://www.SheetMetalGuy.com/download.htm', {'tw' : '_self'}],
	['Industry Directory','http://www.SheetMetalGuy.com/directory', {'tw' : '_self'}],	
	['Press Releases','http://www.SheetMetalGuy.com/press_releases.htm', {'tw' : '_self'}],
	['Sheet Metal Guy Blog','http://www.SheetMetalGuy.com/blog', {'tw' : '_self'}],
	['Tips and Tricks','http://www.SheetMetalGuy.com/tips.htm', {'tw' : '_self'},
		['SolidWorks','http://www.SheetMetalGuy.com/tips.htm', {'tw' : '_self'}],
		['AutoCAD','http://www.SheetMetalGuy.com/tips.htm', {'tw' : '_self'}],
		['Inventor','http://www.SheetMetalGuy.com/tips.htm', {'tw' : '_self'}],
		['Solid Edge','http://www.SheetMetalGuy.com/tips.htm', {'tw' : '_self'}],
	],
	['Tutorials','http://www.sheetmetalguy.com/solidworks/solidworks_sheet_metal_tutorials.htm', {'tw' : '_self'}],
	['Valuable Tools','http://www.SheetMetalGuy.com', {'tw' : '_self'},
		['Bend Calculator','http://www.sheetmetalguy.com/bend-calculator.htm', {'tw' : '_self'}],
		['Bending Definitions','http://www.sheetmetalguy.com/bending-definitions.htm', {'tw' : '_self'}],
		['Bending Formulas','http://www.sheetmetalguy.com/bending-formulas.htm', {'tw' : '_self'}],
		['Conversions','http://www.sheetmetalguy.com/conversions.htm', {'tw' : '_self'}],
		['Ductwork','http://www.sheetmetalguy.com/ductwork.htm', {'tw' : '_self'}],
		['Gauge Chart','http://www.sheetmetalguy.com/sheet_metal_gauge_chart.htm', {'tw' : '_self'}],
	],
];
