
// left, top, width, height

var MENU_ITEMS_SALMON = [

	['Home', 					 '/Scotland/SalmonFishingInScotland.asp?dom='+dom, [0, 80, 61, 20]],
	['River Levels',   '/Scotland/RiverLevels.asp?dom='+dom, [62, 0, 95, 20]],
	['Latest Catches', '/Scotland/Catches.asp?dom='+dom, [96, 0, 111, 20]],
	['Find Fishing',   '/Scotland/FindSalmonFishing.asp?dom='+dom, [112, 0, 89, 20]],
	['Rod Alerts',     '/RodAlerts.asp', [90, 0, 82, 20]],
	['Areas & Rivers', '/Scotland/RiverAreas.asp?dom='+dom, [83, 0, 111, 20]],
	['Regulations',    '/Scotland/SalmonRegulations.asp?dom='+dom, [112, 0, 92, 20]],
	['Tackle',         '/Scotland/Tackle.asp?dom='+dom, [93, 0, 61, 20]],
	['Advice',         '/Scotland/AdviceForSalmonAnglers.asp?dom='+dom, [62, 0, 73, 20]],
	['New To Salmon',  '/Scotland/NewToSalmon.asp?dom='+dom, [74, 0, 109, 20]],
	['Links',          '/Scotland/SalmonLinks.asp?dom='+dom, [110, 0, 61, 20]],

];
