BLANK_IMAGE = 'tyhja03.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#111111",	// color of the item shadow, if any
		bgON:"#cccccc",		// background color for the items
		bgOVER:"#dddddd"	// background color for the item which is under mouse right now
	},

	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse


	}
};


var STYLESUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#333333",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:0,		// background color for the items
		bgOVER:0	// background color for the item which is under mouse right now
	},

	css:{
		ON:"clsCMOnsub",		// CSS class for items
		OVER:"clsCMOversub"	// CSS class  for item which is under mouse


	}

};


var MENU_ITEMS = [
	{pos:[101,162], itemoff:[0,72], leveloff:[28,0], style:STYLE, size:[22,72]},
	
	{code:"Etusivu", url: "index.htm"},
	{code:"Uutiset", url: "uutiset.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,125]},
			{code:"Vuosi 2012", url: "uutiset.htm"},
			{code:"Vuosi 2011", url: "uutiset11.htm"},
			{code:"Vuosi 2010", url: "uutiset10.htm"},
			{code:"Vuosi 2009", url: "uutiset09.htm"},
			{code:"Vuosi 2008", url: "uutiset08.htm"},
			{code:"Vuosi 2007", url: "uutiset07.htm"},
			{code:"Vuosi 2006", url: "uutiset06.htm"},
			{code:"Vuosi 2005", url: "uutiset05.htm"},
			{code:"Vuosi 2004", url: "uutiset04.htm"},
			{code:"Vuosi 2003", url: "uutiset03.htm"},
			{code:"Vuosi 2002", url: "uutiset02.htm"},
			{code:"Vuosi 2001", url: "uutiset01.htm"},
			{code:"Vuosi 2000", url: "uutiset00.htm"}
		]
	},
	{code:"MaXwin", url: "kennel.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,125]},
			{code:"Etusivu", url: "kennel.htm"},
			{code:"Tuonnit", url: "kenneltuonnit.htm"},
			{code:"Muut koirat", url: "kennelkoirat.htm"},
			{code:"Pentueet", url: "kennelpentueet.htm"},
			{code:"Saavutukset", url: "kennelsaavutukset.htm"}
		]
	},
	{code:"Whippet", url: "whippet.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,150]},
			{code:"Etusivu", url: "whippet.htm"},
			{code:"Rotumääritelmä", url: "whippetrotu.htm"},
			{code:"Whippet FAQ", url: "whippetfaq.htm"}
		]
	},
	{code:"Racing", url: "racing.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,150]},
			{code:"Etusivu", url: "racing.htm"},
			{code:"Suomi", url: "racingsuomi.htm"},
			{code:"Ulkomaat", url: "racingulkomaat.htm"},
			{code:"Tuloksia", url: "racingtuloksia.htm"}
		]
	},
	{code:"Arkisto", url: "arkisto.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,150]},
			{code:"Etusivu", url: "arkisto.htm"},
			{code:"Artikkelit", url: "artikkelit.htm"},
			{code:"Haastattelut", url: "haastattelut.htm"},
			{code:"Media", url: "media.htm"}
		]
	},
	{code:"Galleria", url: "galleria.htm",
		sub:[	{itemoff:[20,0], style:STYLESUB, size:[18,150]},
			{code:"Etusivu", url: "galleria.htm"},
			{code:"Kuvat", url: "galleriak.htm"},
			{code:"Videot", url: "galleriav.htm"},
			{code:"Taide", url: "galleriat.htm"},
			{code:"Sivustoversiot", url: "galleriasv.htm"}
		]
	},
	{code:"Linkit", url: "linkit.htm"},
	{code:"Ota yhteyttä",
		sub:[
			{itemoff:[20,0], style:STYLESUB, size:[18,150]},
			{code:"Yhteystiedot", url: "yhteystiedot.htm"},
			{code:"Lue vieraskirjaa", url: "http://www.freebok.net/books/teesoi/view.html"},
			{code:"Kirjoita vieraskirjaan", url: "http://www.freebok.net/books/teesoi/sign.html"}
		]
	},

];

