/*
  --- 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 = [
	['Company', null, null,
		['History', 'history.htm', null,
		],
		['Philosophy', 'philosophy.htm', null,
		],
		['Technology', 'technology.htm', null,
		],
		['Quality Control', 'qc.htm', null,
		],
		['Team', 'team.htm', null,
		],
	],
	['Products', null, null,
	 	['ATMX E-Fab', 'efabstencil.htm', null,
		],
		['ATMX E-Blade', 'eblade.htm', null,
		],
		['Step Stencils', 'stepstencils.htm', null,
		],
		['All Products', 'productlist.htm', null,
		],
	],
	['News Room', null, null,
		['In the Press', 'news.htm'],
		['Testimonials', 'testimonials.htm'],
		['Trade Shows', 'tradeshows.htm'],
		['Media Kits', 'presskit.htm'],
	],
	['Technology Forum', null, null,
		['Workshops', 'workshops.htm'],
		['Ask the Experts', 'drbill.htm'],
		['Technical Papers', 'techpapers.htm'],
	],
	['Contact Us', 'contact.htm', null,
	],
	['Pikes Peak Cam', 'http://www.pikespeakcam.com/', null,
	],

];

