// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', 'main.html', {'tw':'mainFrame'}],
	['Contact Us', 'mailto:dymond@rc-dymond.com', {'tw':'mainFrame'}],
	['Shipping', 'index3.php?aux_page=aux2.htm', {'tw':'mainFrame'}],
	['Price List', 'index3.php?show_price=yes', {'tw':'mainFrame'}],
	['Downloads', 'downloads.html', {'tw':'mainFrame'}],
	['Emailer', 'emailer.html', {'tw':'mainFrame'}]
];

