/* Tigra Menu items structure */
var MENU_ITEMS = [
	['1: Generelt om båter', 'http://' , null,
		['101: Ord og utrykk', 'http://'],
		['102: Størrelser', 'http://'],
		['103: Trykksoner', 'http://'],
		['104: Skrogformer', 'http://'],
		['105: Trimplan', 'http://'],
		['106: Byggemateriale', 'http://'],
		['107: Båttyper', 'http://'],
		['108: Godkjenninger', 'http://'],
		['109: Forsikring', 'http://'],
	],
	['2: Sjømannskap', 'http://', null,
		['201: Fortøyning', 'http://batforerproven.sheepmods.com/nye/kurs/index.php?side=201'],
		['202: Ankring', 'http://batforerproven.sheepmods.com/nye/kurs/index.php?side=202'],
		['203: Manøvering', 'http://'],
		['204: Sleping', 'http://'],
		['205: Vær og Vind', 'http://'],
		['206: Flo og Fjære', 'http://batforerproven.sheepmods.com/nye/kurs/index.php?side=206'],
		['207: Flagging', 'http://'],
		['208: Kommunikasjon', 'http://'],
		['209: Tauverk', 'http://'],
		['210: Båt og miljø', 'http://']
	],
	['3: Sjøveisreglene', 'http://' , null,
		['301: Fortøyning', 'http://'],
		['302: Ankring', 'http://'],
		['303: Manøvering', 'http://'],
		['304: Sleping', 'http://'],
		['305: Vær og Vind', 'http://'],
		['306: Flo og Fjære', 'http://'],
		['307: Flagging', 'http://'],
		['308: Kommunikasjon', 'http://'],
		['309: Tauverk', 'http://'],
		['310: Båt og miljø', 'http://']
	],
	['4: Sikkerhet', 'http://' , null,
		['401: Fortøyning', 'http://'],
		['402: Ankring', 'http://'],
		['403: Manøvering', 'http://'],
		['404: Sleping', 'http://'],
		['405: Vær og Vind', 'http://'],
		['406: Flo og Fjære', 'http://'],
		['407: Flagging', 'http://'],
		['408: Kommunikasjon', 'http://'],
		['409: Tauverk', 'http://'],
		['410: Båt og miljø', 'http://']
	],
	['5: Navigasjon I', 'http://' , null,
		['501: Fortøyning', 'http://'],
		['502: Ankring', 'http://'],
		['503: Manøvering', 'http://'],
		['504: Sleping', 'http://'],
		['505: Vær og Vind', 'http://'],
		['506: Flo og Fjære', 'http://'],
		['507: Flagging', 'http://'],
		['508: Kommunikasjon', 'http://'],
		['509: Tauverk', 'http://'],
		['510: Båt og miljø', 'http://']
	],
	['6: Navigasjon II', 'http://' , null,
		['601: Fortøyning', 'http://'],
		['602: Ankring', 'http://'],
		['603: Manøvering', 'http://'],
		['604: Sleping', 'http://'],
		['605: Vær og Vind', 'http://'],
		['606: Flo og Fjære', 'http://'],
		['607: Flagging', 'http://'],
		['608: Kommunikasjon', 'http://'],
		['609: Tauverk', 'http://'],
		['610: Båt og miljø', 'http://']
	],
	['Ekstra: Merkesystemet', 'http://'],
	['Prøve-Eksamen', 'http://']
];

