	BLANK_IMAGE = 'img/spacer.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:"#000000",	// color of the item border, if any

		shadow:"#000000",	// color of the item shadow, if any

		bgON:"#231f20",		// background color for the items

		bgOVER:"#231f20"	// 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 MENU_ITEMS = [

	{pos:[0,0], itemoff:[0,161], leveloff:[21,0], style:STYLE},

	{code:"VAD ÄR ULTIMATE FRISBEE?", format:{size:[22,160]},

		sub:[

			{itemoff:[21,0]},

			{code:"Ultimate idag", "url":"ultimate.html", "target":"iframe"

				},

			{code:"Historia (På engelska)", "url":"historia.html", "target":"iframe"

				},

			{code:"Prova På", "url":"prova.html", "target":"iframe"

				},

		]

	},

	{code:"KLUBBINFO", itemoff:[0,160], format:{size:[22,66]},

		sub:[

			{itemoff:[21,0], size:[22,75]},

			{code:"Om Klubben", "url":"klubben.html", "target":"iframe"

			},

			{code:"Bli Medlem", "url":"medlem.html", "target":"iframe"

			},

			{code:"Kontakt", "url":"kontakt.html", "target":"iframe"

			},

			{code:"Medlemsarea", "url":"medlemsarea/index.html", "target":"iframe"

			},
			
			{code:"Coaching list", "url":"http://www.doodle.com/bpq7g7n2i25zt2hq", "target":"_new"

			}

		]

	},

	{code:"VÅRA LAG", itemoff:[0,65], format:{size:[22,60]},

		sub:[

			{itemoff:[21,0], size:[22,70]},

			{code:"Open", "url":"open.html", "target":"iframe"

			},

			{code:"Dam", "url":"dam.html", "target":"iframe"

			},

			{code:"Junior", "url":"junior.html", "target":"iframe"

			},

			{code:"U15", "url":"u15.html", "target":"iframe"

			},

		]

	},

	{code:"MEDIA", itemoff:[0,59], format:{size:[22,42]},

		sub:[

			{itemoff:[21,0]},

			{code:"Foto", "url":"http://manu9.manufrog.com/~stockhol/gallery/main.php", "target":"_new"

			},

			{code:"Video", "url":"video.html", "target":"iframe"

			},

			{code:"Blog", "url":"http://blog.stockholmsyndromes.se/", "target":"_new"

			},

		]

	},

	{code:"LÄNKAR", itemoff:[0,41], format:{size:[22,49]},

		sub:[

			{itemoff:[21,0], size:[22,120]},

			{code:"Förbund/Organisationer", "url":"lankar.html#ultimate", "target":"iframe"

			},

			{code:"Klubbar",

				sub:[

					{leveloff:[0,69], size:[22,120]},

					{code:"Svenska klubbar", "url":"lankar.html#se_klubbar", "target":"iframe"},

					{code:"Utländska klubbar", "url":"lankar.html#klubbar", "target":"iframe"},

				]

			},

			{code:"Annat nyttigt",

					sub:[

					{leveloff:[0,69], size:[22,120]},

					{code:"Butiker/Leverantörer", "url":"lankar.html#butiker", "target":"iframe"},

					{code:"Nytta/Nöje", "url":"lankar.html#fun", "target":"iframe"},

				]

			},

		]

	},

	{code:"GÄSTBOK", itemoff:[0,48], format:{size:[22,64]}, "url":"http://www.joakimweb.se/tjanster/index.asp?gbid=20358", "target":"iframe"

	},

	{code:"FORUM", itemoff:[0,63], format:{size:[22,49]}, "url":"http://www.stockholmsyndromes.se/forum3", "target":"_blank"

	},

{code:"HEM", itemoff:[0,48], format:{size:[22,34]}, "url":"start.html", "target":"iframe"

	},

{code:"1973", itemoff:[0,33], format:{size:[22,36]}, "url":"1973.html", "target":"iframe"

	},

];


