/* --- menu items for users not logged in --- */
var MAINMENU_ITEM = 
[
	['Home', 'pgeDynamic.asp?SelectMenu=Home',
	    ['About Us', 'pgeDynamic.asp?SelectMenu=About Us'],
		['Links', 'pgeDynamic.asp?SelectMenu=Links'],
		['Login', 'pgeDynamic.asp?SelectMenu=Login'],
  ],
  
	['Courses', 'pgeDynamic.asp?SelectMenu=Courses',
	    ['Discover Scuba Diving', 'pgeDynamic.asp?SelectMenu=Discover Scuba'],
	    ['Scuba Diver', 'pgeDynamic.asp?SelectMenu=Scuba Diver'],
	    ['Open Wate Diver', 'pgeDynamic.asp?SelectMenu=Open Water'],
	    ['Advanced Open Water Diver', 'pgeDynamic.asp?SelectMenu=Advanced'],
	    ['Rescue Diver', 'pgeDynamic.asp?SelectMenu=Rescue Diver'],
	    ['Divemaster', 'pgeDynamic.asp?SelectMenu=Divemaster'],
	    ['Specialty Courses', 'pgeDynamic.asp?SelectMenu=Specialty'],
	],
	
	['Dive Sites', 'pgeDynamic.asp?SelectMenu=Dive+Sites',
	],
	
	['Bases', 'pgeDynamic.asp?SelectMenu=Bases'],
	
	['Contact Us', 'pgeDynamic.asp?SelectMenu=Contact Us',
	    ['Enquiry Form', 'pgeDynamic.asp?SelectMenu=Enquiry'],
	],
	
];


