/*
  --- 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.
*/
var MENU1_ITEMS = [
		['Galleri<img src="http://www.scooterworld.dk/gifs/pil.gif" border="0" width="15" height="9" align="middle">', 'http://www.scooterworld.dk/galleri/', {'sb' : 'Se billeder af scootere i vores store galleri'},
		['Adly', 'http://www.scooterworld.dk/galleri/adly.asp', null,	],
		['Aprilia', 'http://www.scooterworld.dk/galleri/aprilia.asp', null,	],
		['CPI', 'http://www.scooterworld.dk/galleri/cpi.asp', null, ],
		['Derbi', 'http://www.scooterworld.dk/galleri/derbi.asp', null,	],
		['Gilera', 'http://www.scooterworld.dk/galleri/gilera.asp', null,	],
		['Honda', 'http://www.scooterworld.dk/galleri/honda.asp', null, ],
		['Peugeot', 'http://www.scooterworld.dk/galleri/peugeot.asp', null,	],
		['PGO', 'http://www.scooterworld.dk/galleri/pgo.asp', null,	],
		['Piaggio', 'http://www.scooterworld.dk/galleri/piaggio.asp', null, ],
		['Suzuki', 'http://www.scooterworld.dk/galleri/suzuki.asp', null,	],
		['Yamaha', 'http://www.scooterworld.dk/galleri/yamaha.asp', null,	],
		['Knallerter', 'http://www.scooterworld.dk/galleri/knallerter.asp', null,	],
		['Diverse scootere', 'http://www.scooterworld.dk/galleri/diverse.asp', null, ],
	],
	['Handelsvilk&aring;r<img src="http://www.scooterworld.dk/gifs/pil.gif" border="0" width="14" height="9" align="middle">', 'http://www.scooterworld.dk/betingelser/', {'sb' : 'Handelsvilkaar naar De handler ved ScooterWorld'},
		['Salgsbetingelser', 'http://www.scooterworld.dk/betingelser/salg.asp'],
		['Fortrydelsesret', 'http://www.scooterworld.dk/betingelser/fortrydelse.asp'],
		['Reklamationsret', 'http://www.scooterworld.dk/betingelser/garanti.asp'],
		['Finansiering', 'http://www.scooterworld.dk/betingelser/finansiering.asp']
	],
	['Om ScooterWorld<img src="http://www.scooterworld.dk/gifs/pil.gif" border="0" width="14" height="9" align="middle">', 'http://www.scooterworld.dk/omscooterworld/', {'sb' : 'Om ScooterWorld'},
		['&Aring;bningstider', 'http://www.scooterworld.dk/omscooterworld/aabning.asp'],
		['Kontakt & adresse', 'http://www.scooterworld.dk/omscooterworld/kontakt.asp'],
		['Butikken', 'http://www.scooterworld.dk/omscooterworld/butikken.asp'],
	],
];


