/*
  --- 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.
<img src=\"/gifs/b_home.gif\" alt=\"Home\" width=120 height=22 border=0>
*/
var MENU_ITEMS = [
	["<img src=\"/gifs/b_home.gif\" alt=\"Home\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/welcome.pl"],
	["<img src=\"/gifs/b_contact.gif\" alt=\"Contact\" width=\"110\" height=\"30\" border=\"0\">", "/contact/index.html", null,
		["<img src=\"/gifs/b_links.gif\" alt=\"Links\" width=\"110\" height=\"30\" border=\"0\">", "/contact/links.html"],
		["<img src=\"/gifs/b_about.gif\" alt=\"About\" width=\"110\" height=\"30\" border=\"0\">", "/contact/about.html"]
	],
	["<img src=\"/gifs/b_recreational.gif\" alt=\"Recreation\" width=\"110\" height=\"30\" border=\"0\">", "/rec/index.html", null,
		["<img src=\"/gifs/b_sites.gif\" alt=\"Popular Sites\" width=\"110\" height=\"30\" border=\"0\">", "/rec/sites/index.html"],
		["<img src=\"/gifs/b_environmental.gif\" alt=\"Environmental\" width=\"110\" height=\"30\" border=\"0\">", "/rec/env/index.html"]
	],
	["<img src=\"/gifs/b_competition.gif\" alt=\"Competition\" width=\"110\" height=\"30\" border=\"0\">", "/comp/index.html", null,
		["<img src=\"/gifs/b_disciplines.gif\" alt=\"Disciplines\" width=\"110\" height=\"30\" border=\"0\">", "/comp/disciplines.html"],
		["<img src=\"/gifs/b_records.gif\" alt=\"Records\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/cafa_records.pl"],
		["<img src=\"/gifs/b_upcoming.gif\" alt=\"Upcoming\" width=\"110\" height=\"30\" border=\"0\">", "/comp/upcoming.html"],
		["<img src=\"/gifs/b_comp_results.gif\" alt=\"Results\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/comp_list.pl"],
		["<img src=\"/gifs/b_rankings.gif\" alt=\"Rankings\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/ranking.pl"],
		["<img src=\"/gifs/b_teamcanada.gif\" alt=\"Team Canada\" width=\"110\" height=\"30\" border=\"0\">", "/comp/team_canada.html"],
		["<img src=\"/gifs/b_comp_program.gif\" alt=\"Comp. Program\" width=\"110\" height=\"30\" border=\"0\">", "/admin/rules/comp_program.html"],
		["<img src=\"/gifs/b_rules.gif\" alt=\"Rules\" width=\"110\" height=\"30\" border=\"0\">", "/comp/rules.html"],
		["<img src=\"/gifs/b_manual.gif\" alt=\"Manual\" width=\"110\" height=\"30\" border=\"0\">", "/comp/manual/index.html"]
	],
	["<img src=\"/gifs/b_admin.gif\" alt=\"Administration\" width=\"110\" height=\"30\" border=\"0\">", "/admin/index.html", null,
		["<img src=\"/gifs/b_rules.gif\" alt=\"Rules\" width=\"110\" height=\"30\" border=\"0\">", "/admin/rules/index.html"],
		["<img src=\"/gifs/b_bylaws.gif\" alt=\"Bylaws\" width=\"110\" height=\"30\" border=\"0\">", "/admin/cafa_bylaws.html"],
		["<img src=\"/gifs/b_forms.gif\" alt=\"Forms\" width=\"110\" height=\"30\" border=\"0\">", "/admin/forms/index.html"],
		["<img src=\"/gifs/b_meetings.gif\" alt=\"Meetings\" width=\"110\" height=\"30\" border=\"0\">", "/admin/meetings/index.html"]
	],
	["<img src=\"/gifs/b_membership.gif\" alt=\"Membership\" width=\"110\" height=\"30\" border=\"0\">", "/membership/index.html", null,
		["<img src=\"/gifs/b_join.gif\" alt=\"Join CAFA\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/newmember.pl"],
		["<img src=\"/gifs/b_renew.gif\" alt=\"Renew\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/renew_membership.pl"],
		["<img src=\"/gifs/b_update.gif\" alt=\"Update\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/member_update.pl"],
		["<img src=\"/gifs/b_corp_members.gif\" alt=\"Corp. Members\" width=\"110\" height=\"30\" border=\"0\">", "/membership/corp_members.html"],
	],
	["<img src=\"/gifs/b_clubs.gif\" alt=\"Clubs\" width=\"110\" height=\"30\" border=\"0\">", "/clubs/index.html", null,
		["<img src=\"/gifs/b_bylaws.gif\" alt=\"Bylaws\" width=\"110\" height=\"30\" border=\"0\">", "/clubs/club_bylaw_form.html"],
	],
	["<img src=\"/gifs/b_photos.gif\" alt=\"Photos\" width=\"110\" height=\"30\" border=\"0\">", "/cgi-bin/potw_archive.pl"],
	["<img src=\"/gifs/b_videos.gif\" alt=\"Videos\" width=\"110\" height=\"30\" border=\"0\">", "/vidlinks.html"],
	["<img src=\"/gifs/b_donate.gif\" alt=\"Donate\" width=\"110\" height=\"30\" border=\"0\">", "/comp/team_canada.html"],
 	["<img src=\"/gifs/b_2004_worlds_bid.gif\" alt=\"2004 Worlds\" width=\"110\" height=\"30\" border=\"0\">", "http://worlds2004.freedivecanada.com"],
	["<img src=\"/gifs/bar_trail.jpg\" width=\"110\" height=\"240\" border=\"0\" alt=\"fade effect\">", "/index.html"],
];


