/*
  --- 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,
		['Beach Clean Ups', null, null,
			['Coral Island', 'coral_island_beach_cleanup.htm', null, 
//				['1'],
//				['2'],
//				['3'],
			],
			['Raya Island', 'raya_island_beach_cleanup_01.htm', null, 
			],
		],
		['Environmental News', null, null,
			['June 2003', 'news_june03.htm', null, 
			],
			['August 2003', 'news_august03.htm', null, 
			],
			['Shrimps under Threat', 'shrimps.htm', null, 
			],
		],

//		['Miscellaneous', null, null,
//			['1'],
//			['2']
//		],
		['Comments', 'mailto:info@doct-phuket.org?subject=Comment to Environment'],
	],
	['Beach Clean Up', 'raya_island_beach_cleanup.htm', null,
		['Prize Sponsor', 'sponsor_prize.htm'],
		['Financial Sponsor', 'sponsor_fin.htm'],
		['New Sponsor', 'sponsor_new.php'],
		['Participants', 'participants.htm'],
		['Cleanup Tips', 'cleanup_tips.php'],
//		['6', ''],
	],
//	['More', null, null,
//		['1 ', '../demo1/index.html'],
//		['2 ', '../demo2/index.html'],
//		['3 ', '../demo3/index.html'],
//		['4 ', '../demo4/index.html'],
//		['5 ', '../demo5/index.html']
//	],
//	['Contact', null, null,
//		['E-mail', 'mailto: xx@xx.com?subject=xx x x'],
//		['ICQ: 123456'],
//		['3'],
//		['4']
//	],
];

