/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'main.htm', {'tw':'mainFrame'}],
	['Portfolio', 'examples/examples.html', {'tw':'mainFrame'}],
	['Fonts', null, null,
		['Font Choices', 'docs/fonts.pdf', {'tw':'_blank'}],
		['Text Preview', 'preview.php', {'tw':'mainFrame'}]
	],
	['Order Tagz Here', 'ordertagz.htm', {'tw':'mainFrame'}],
	['Stock Items', 'stockitems/stock.htm', {'tw':'mainFrame'}],
	['Novelty Items', 'novelty.htm', {'tw':'mainFrame'}],
      ['Custom Orders', 'GraphicFees.htm', {'tw':'mainFrame'}],
	['Why Yak Tagz?', 'benefits.htm', {'tw':'mainFrame'}],
	['Support', null, null,
		['Dry Install', 'dry_instructions.htm',{'tw':'mainFrame'}],
		['Wet Install', 'wet_instructions.htm',{'tw':'mainFrame'}]
	],
	['About Us', 'null', null,
		['Privacy Use', 'privacy.htm', {'tw':'mainFrame'}],
		['Returns', 'return.htm', {'tw':'mainFrame'}],
		['Conditions Of Use', 'use.htm', {'tw':'mainFrame'}],
	],
	['Contact Us', 'mailto:sales@yaktagz.com']
];