// menu_items.js file

var MENU_ITEMS = [

	["&#164;News", "news.aspx", { "sb": "Read all the latest news" },
	    ["Calendar of events", "calendar.aspx"],
	    ["Home", "default.aspx"],
	    ["Search Site", "http://www.google.com/coop/cse?cx=005605983372059759266:lmc_4zewfma"]
	],

	["&#164;Refereeing", "Refs.aspx", null],
/*
["Clubs", null,
["Woodbourne", "woodbourne.aspx"],
["College", "college.aspx"],
["Marlborough", "marlborough.aspx"]
],
*/
	["&#164;Competition", null, null,
	    ["Interclub", null, null,
	        ["Info", "interclubInfo.aspx"],
	        ["Results", "interclubResults.aspx"],
	        ["Draw", "interclubDraw.aspx"]
	    ],
	    ["Business House", null, null,
	        ["Info", "bushouseInfo.aspx"],
	        ["Results", "bushouseResults.aspx"],
	        ["Draw", "bushouseDraw.aspx"]
	    ] /*,
	    ["Summer League", null, null,
	        ["Info", "summerInfo.aspx"],
	        ["Results", "summerResults.aspx"],
	        ["Draw", "summerDraw.aspx"]
	    ], 
	    ["Tournaments", "Tournaments.aspx"],
	    ["Other Competitions", "otherComps.aspx"],
	    ["Media", "media.aspx"]*/
	],

	["&#164;Coaching", "coaching.aspx", null,
	    ["Juniors", "juniors.aspx"],
	],

    ["&#164;About us", "aboutUs.aspx", null,
	    ["Contact", "aboutUs.aspx#contact"]/*,
	    ["Player Address Book", "addressBook.aspx"] */
	],

    ["&#164;Forum", "http://squash.l.makeforum.org", { "tt": 'Discuss all things squash'}],

	["&#164;Links", null, null,
	    ["Squash NZ", "http://www.squashnz.co.nz"],
	    ["Squash Wellington", "http://www.squashwellington.org.nz"],
	    ["Rules", null, null,
	        ["WSF Rules", "http://www.worldsquash.org/rules.html", { "tw": "_blank"}],
	        ["Idiot's Guide", "http://www.worldsquash.org/idiotsguide.html", { "tw": "_blank"}]
	    ],
	    ["Grading List", "http://www.squashnz.co.nz/gradelist/index.asp?dCode=WN", null,
	        ["Marlborough", "http://www.squashnz.co.nz/gradelist/index.asp?cCode=WNMR", { "tw": "_blank"}],
	        ["College", "http://www.squashnz.co.nz/gradelist/index.asp?cCode=WNMC"],
	        ["Woodbourne", "http://www.squashnz.co.nz/gradelist/index.asp?cCode=WNWB"]
	    ],
	    ["YouTube Videos", "http://www.youtube.com/results?search_query=squash+-cooking+-butternut"],
	    ["Squash Stats", "http://www.squashstats.co.nz"]
	]
];
