/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tw':'_self'}],
	['Signs', , null,
		['Illegal Immigration', 'anti_illegal_immigration_signs.htm', {'tw':'_self','sb':'Anti-Illegal Immigration Signs'}],
		['Organization Signs', 'organization_signs.htm', {'tw':'_self','sb':'Minutemen, NumbersUSA, F.I.R.E. Coalition, and Others'}],
		['Political Signs', 'political_signs.htm', {'tw':'_self','sb':'Politically Inspired Signs'}],
		['Assembly Instructions', 'sign_construction.htm', {'tw':'_self','sb':'Sign Assembly Instructions'}],
		['Printing Instructions', 'printing.htm', {'tw':'_self','sb':'Sign Printing Instructions'}]
	],
	['Contact Us', 'contact.htm', {'tw':'_self','sb':'Let Us Know What You Think!'}]
];
