/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Startsida', 'main.htm'],
	['Rasen whippet', null, {'tw':'_parent'},
		['Rasstandard', 'standard.htm'],
		['Presentation', 'present.htm']
	],
	['Kennelns hundar', null, {'tw':'_parent'},
		['Ninja', 'ninja.htm', null,
			['Resultat', 'ninjares.htm']
		],
		['Kalle', 'kalle.htm', null,
			['Resultat', 'kalleres.htm']
		],
		['Sasha', 'sasha.htm', null,
			['Resultat', 'sashares.htm'],
			['Valpkullar', 'valpkull4.htm']
		],
		['Shira', 'shira.htm', null,
			['Resultat', 'shirares.htm']
		],
		['Cherico', 'cherico.htm', null,
			['Resultat', 'chericores.htm'],
			['Valpkullar', 'valpkull5.htm']
		],
		['Vinga', 'vinga.htm', null,
			['Resultat', 'vingres.htm']
		],
		['Malva', 'malva.htm', null,
			['Resultat', 'malvares.htm']
		],
		['Kol', 'kol.htm', null,
			['Resultat', 'kolres.htm']
		],
		['Ellen', 'ellen.htm', null,
			['Resultat', 'ellenres.htm']
		],
		['Mynta', 'crescencia.htm', null,
			['Resultat', 'crescenciares.htm']
		],
		['Dizzco', 'dizzco.htm', null,
			['Resultat', 'dizzcores.htm']
		],
		['Tiili', 'tiili.htm', null,
			['Resultat', 'tiilires.htm']
		]
	],
	['Valpar', null, null,
		['Valpar just nu', 'valpar.htm'],
		['Planerade valpar', 'planvalp.htm']
	],
	['Vår uppfödning', null, null,
		['Valpkull 1', 'valpkull1.htm'],
		['Valpkull 2', 'valpkull2.htm'],
		['Valpkull 3', 'valpkull3.htm'],
		['Valpkull 4', 'valpkull4.htm'],
		['Valpkull 5', 'valpkull5.htm'],
		['Valpkull 6', 'valpkull6.htm'],
		['Valpkull 7', 'valpkull7.htm']
	],
	['Aktiviteter', null, null,
		['Agility', 'agility.htm'],
		['Hundkapplöpning', 'hundkapp.htm'],
		['Lure Coursing', 'lurecoursing.htm', null,
			['Svenska prov 2008', 'svenska lurecoursing prov 2008.htm'],
			['Int. prov 2008', 'FCI rennkalender 2008.htm']
		],
		['Lydnad', 'lydnad.htm'],
		['Viltspår', 'viltspar.htm'],
		['Utställning', 'utstallning.htm'],
		['Whippetrace', 'race.htm']
	],
	['Minneslund', null, {'tw':'_parent'},
		['Emma', 'emma.htm', {'tw':'_self'}],
		['Frida', 'frida.htm', {'tw':'_self'}],
		['Pricken', 'pricken.htm'],
		['Linnea', 'linnea.htm', null,
			['Fotoalbum', null]
		],
		['Elin', 'elin.htm', null,
			['Resultat', 'elinres.htm'],
			['Valpkullar', 'valpkull3.htm']
		]
	],
	['Whippet musik', 'whippetmusik.htm'],
	['Videogalleri', 'videogalleri.htm'],
	['Länkar', 'lankar.htm'],
	['Våra hundartiklar', 'http://www.torshammarens.se/textiltryck/shop', {'tw':'_blank'}],
	['Aktiviteter 2012', 'calendar.htm'],
	['Kontakta oss', 'kontakt.htm']
];

