/* --- menu items --- */


var sSitePath = "/";

var MENU_ITEMS0 = [
	['Home', sSitePath + 'index.html',
	],
	['Products', sSitePath + 'cameras/cameras.html', {'bw' : 90},
		['Digital', sSitePath + 'cameras/digital.html', {'bl' : 89},
		 	['Sealife DC500', sSitePath + 'cameras/dc500.html', {'bw' : 90}],
			['Sealife DC500 Pro Set', sSitePath + 'cameras/dc500_pro.html'],
			['Sealife DC500 MAXX', sSitePath + 'cameras/dc500_maxx.html'],
			['Sealife DC500 Elite', sSitePath + 'cameras/dc500_elite.html'],
			['ReefMaster DC300', sSitePath + 'cameras/dc300.html', {'bw' : 90}],
			['ReefMaster DC310', sSitePath + 'cameras/dc310.html'],
			['ReefMaster DC310 Pro Set', sSitePath + 'cameras/dc310_pro.html'],
			['ReefMaster DC310 MAXX', sSitePath + 'cameras/dc310_maxx.html']
		],
		['Film', sSitePath + 'cameras/film.html', {'sw' : 90, 'bl' : 89},
		 	['ReefMaster RC', sSitePath + 'cameras/reefmaster_rc.html'],
			['SportDiver II', sSitePath + 'cameras/sportdiver.html'],
			['SportDiver Advanced Set', sSitePath + 'cameras/sportdiver_advanced.html',{'height' : 100}],
			['ReefMaster Underwater Photo Set', sSitePath + 'cameras/reefmaster_underwater_set.html'],
			['ReefMaster RC Pro Set', sSitePath + 'cameras/reefmaster_pro_set.html']
		],
		['Accessories', sSitePath + 'accessories/access.html', {'sw' : 90, 'bl' : 89},
			['Flash', sSitePath + 'accessories/access.html', {'bw' : 140, 'bl' : 160},
				['Digital Flash', sSitePath + 'accessories/digital_flash.html'],
				['External Flash', sSitePath + 'accessories/external_flash.html'],
				['Flash Diffuser', sSitePath + 'accessories/flash_dffuser.html'],
				['Flash Link', sSitePath + 'accessories/flash_link.html']
				],
			['Lenses', sSitePath + 'accessories/access.html', {'bw' : 140, 'bl' : 160},
				['Elite Camera', sSitePath + 'accessories/wide_angle.html'],
				['Close-up Set', sSitePath + 'accessories/macro_set.html'],
				['Lens Dock', sSitePath + 'accessories/lens_dock.html']
			],
			['Cases', sSitePath + 'accessories/access.html', {'bw' : 140, 'bl' : 160},
				['Soft Travel Cases', sSitePath + 'accessories/soft_case.html'],
				['Elite Travel Case', sSitePath + 'accessories/elite_case.html'],
				['Hard Travel Case', sSitePath + 'accessories/hard_case.html'],				
			],
			['Miscellaneous', sSitePath + 'accessories/access.html', {'bw' : 140, 'bl' : 160},
				['NiMH Batteries', sSitePath + 'accessories/batteries.html'],
				['Sunshade', sSitePath + 'accessories/sunshade.html'],
				['Buoyancy Control Weight', sSitePath + 'accessories/buoyancy_cont_wt.html'],
				['Moisture Munchers', sSitePath + 'accessories/moisture_munchers.html'],
				],
	]
	],
	['Dealer Locator', sSitePath + 'dealer/index.html', {'sw': 115, 'bw' : 114}
	],
	['Shows & Events', sSitePath + 'shows.asp', {'sw': 100}
	],
	['In The News', sSitePath + 'news/index.html', {'sw': 80}
	],
	['Photo Gallery', sSitePath + 'gallery/gallerymenu.html', {'sw': 85},
		['Film', sSitePath + 'gallery/gallery.html', null],
		['Digital', sSitePath + 'gallery/digital_gallery200.html', null],
		['Photo of the Month', sSitePath + 'gallery/gallerymenu.html', null],
	],
	['Video Gallery', sSitePath + 'video_gallery/video_menu.html', {'sw': 85},
	 ],
	['Technical Support', sSitePath + 'service/index.html', {'bw' : 160},
			['FAQ', sSitePath + 'service/faqs.html'],
			['Instruction Manuals', sSitePath + 'service/manuals.html'],
			['Digital Camera Firmware Upgrades', sSitePath + 'service/firmware.html'],
			['Sealife DC500 Support', sSitePath + 'service/support.html'],
			['Tips & Technique Guide', sSitePath + 'service/greatpics.html']
	],
	['About SeaLife', sSitePath + 'about/index.html', {'sw': 90}
	]
];
