/*
  --- Menu structure obtained from Tigra Menu at www.softcomplex.com
*/
var MENU_ITEMS = [
	['The Company', null, null,
		['Who is Stonefish?', 'index.html'],
		['Stonefish History', 'history.html'],
		['Address', 'address.html'],
	],
	['SDS BCs', null, null,
		['SDS Delux',null,null,
			['System WS1635D','SWS1635D.html'],
			['Twin Cylinder',null,null,
				['System WT1635D','SWT1635D.html'],
//				['System WT2044D','SWT2044D.html'],
			],
		],
		['SDS Std',null,null,
			['System WS1635S','SWS1635S.html'],
			['Twin Cylinder',null,null,
				['System WT1635S','SWT1635S.html'],
//				['System WT2044S','SWT2044S.html'],
			],
		],
	],
	['Accessories', null, null,
		['Wings', null, null,
			['WS1635','ws1635.html'],
			['WT1635: Single Bladder','WT1635.html'],
//			['WT2044: Single Bladder','wt2044.html'],
		],
		['Backplates', null, null,
			['SDS 3mm Alu. (M)','bckplt.html'],
//			['SDS 2.4mm SS (M)','bckpls.html'],
		],
		['SDS Harnasses','harn.html'],
		['Accessories', null, null,
			['Replacement Parts 1','parts1.html'],
			['Replacement Parts 2','parts2.html'],
			['Replacement Parts 3','parts3.html'],
		],
	],
	['General Info', null, null,
		['Choosing a BC', null,null,
			['Choosing a BC - Part 1', 'select-bc1.html'],
			['Choosing a BC - Part 2', 'select-bc2.html'],
		],
		['BC Care', 'bc-care.html'],
//		['Size Guide', 'size-guide.html'],
//		['Events', 'events.html'],
//		['Dive Tests', 'dive-test.html'],
		['The SDS Warranty', 'warranty.html'],
		['Documentation', 'documents.html'],
	],
	['Contact Info', null, null,
		['E-mail', 'mailto:stonefish@stonefish.co.za?subject=Stonefish Systems Product Enquiry'],
		['Address','address.html'],
	],
	['Dive Sites', null, null,
		['Sodwana',null,null,
			['Sodwana Part 1','sodwana1.html'],
			['Sodwana Part 2','sodwana2.html'],	
		],
		['Aliwal Shoal',null,null,
			['Aliwal Part 1','aliwal1.html'],
			['Aliwal Part 2','aliwal2.html'],	
		],
//		['Protea Banks',null,null],
//		['Bass Lake',null,null],
//		['Bad Gat',null,null],
//		['Wonder Gat',null,null],
	],
	['Links', null, null,
		['AfricanDreams', 'http://www.africandreams.net',{'tw' : '_blank'}],
		['Dealers', 'dealers.html'],
		['High Tide', 'http://www.hightide.co.za',{'tw' : '_blank'}],
		['Triton Dive Charters','http://www.tritondiving.co.za',{'tw' : '_blank'}],
//		['Adventure Mania','http://www.adventuremania.co.za',{'tw' : '_blank'}],
//		['Aliwal Shoal Scuba Diving','http://www.aliwalshoalscubadiving.co.za',{'tw' : '_blank'}],
	],
];

