/*
  --- 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 = [
	['Home', 'index.asp'
	],
	['Who We Are', null, null,
		['Directions/Contact Us', 'contactus.asp'],
		['About Us', 'aboutus.asp'],
		['Testimonials', 'testim.asp'],
		['Policies', 'policies.asp'],
		['Account Application', 'accountforms/openaccount.pdf'],
	],
	['Photo Galleries', null, null,
		['Tent & Events', 'tentgallery.asp'],
		['Table Tops', 'tablegallery.asp'],
		['Video Galleries', 'video.asp'],
	],
	['Brochures', null, null,
		['English', 'docs/broch_letter_tent table chair.pdf'],
		['Spanish', 'docs/broch_letter_size_spanish.pdf'],
	],
	['Planning Guides', null, null,
		['Table/Linen Chart', 'docs/TableLinenChart.pdf'],
		['Tent Planning', 'docs/TentSpace.pdf'],
		['FAQ', 'faqs.asp'],
		['Space Allowances', 'docs/SpaceAllowances.pdf'],
		['Tent Permits', 'tentpermit.asp'],
 	        ['Certificates of Flame Resistance', null, null,
		           ['For Pipe & Drape', '/docs/Banjo Flame Certificate.pdf'],
		           ['For Tent', 'docs/Rental Stop Flame Retardant Tent Canopy.pdf'],
                ]
	],
];

