/*
  --- 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 = [
	['Swimming Pools', null, null,
		['Inground', 'dlpoolin.html', null,
			['Shapes and Dimensions', 'dlpoolshapesin.html'],
			['Construction Details', 'dlconstdetail.html'],
			['Pool Photos', 'dlpoolpicturein.html'],
		],
		['Aboveground', 'dlpoolabove.html', null,
			['Shapes and Dimensions', 'dlpoolabovedim.html'],
			['Frame Detail', 'dlpoolaboveframe.html'],
			['Wall Coating', 'dlpoolabovecoat.html']
		],
		['Pool Accessories', 'dlpoolacc.html'],
		['Pool Safety', 'dlpoolsafe.html'],
		['Pool Maintenance', 'dlpoolmaint.html'],
	],
	['Spas', null, null,
		['Sunrise Spas', 'dlspas.html'],
		['Spa Accessories', 'dlspaacc.html'],
		['Spa Safety', 'dlspasafe.html'],
		['Spa Maintenance', 'dlspamaint.html'],
	],
	/*['Trophies & Engraving', 'dltrophies.html',],*/
	['Snow Removal', 'dlsnow.html'],
	/*['Specials', 'dlspecials.html',],*/
	['Contact Info', 'dlcontact.html'],
];

