/*
  --- 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 = [
	['Articles', null, null,
		['Medicin', null, null,
			['Women and Diving', 'women.php', null, 
			],
			['Children and Diving', 'children.php', null,
			],
			['Elderly and Diving', 'elderly.php', null,
			],
			['Alcohol and Diving', 'alcohol.php', null,
			],
			['Epilepsy and Diving', 'epilepsy.php', null,
			],
			['Salt Water Aspiration', 'salt.php', null,
			],
			['Inwater Recompression', 'inwater.php', null,
			],
			['Flying after Diving', 'flying.php', null,
			],
			['Risk of Infections', 'infect.php', null,
			],
			['Diving with PFO', 'pfo.php', null,
			],
			['Diver wins Lawsuit', 'lawsuit.php', null,
			],
		],
		['Comments', 'mailto:info@doct-phuket.org?subject=Comment to Medicin Articles'],
	],
	['Statistics', null, null,
		['Gulf of Thailand DCI', 'stat1.php'],
		['Andaman Coast DCI 1', 'stat2.php'],
		['Andaman Coast DCI 2', 'stat3.php'],
//		['4', ''],
//		['5', ''],
//		['6', ''],
	],
//	['Deco Chamber', 'bph_chamber001.php', null,
//		['1 ', 'bph_chamber002.php'],
//		['2 ', 'bph_chamber003.php'],
//		['3 ', 'bph_chamber004.php'],
//		['4 ', 'bph_chamber005.php'],
//		['5 ', 'bph_chamber006.php']
//	],
//	['Contact', null, null,
//		['E-mail', 'mailto: xx@xx.com?subject=xx x x'],
//		['ICQ: 123456'],
//		['3'],
//		['4']
//	],
];

