if(top.frames.length > 0)
    top.location.href=self.location;

BLANK_IMAGE="/images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#ffcc99", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#ffcc99"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "shadow":2, "color":color, "css":css};
//items and formats

var menuItems =
[
	{"pos":[20,90], "itemoff":[0,130], "leveloff":[21,0], "style":STYLE, "size":[22,122]},
	{code:"Home", url:"/", 
		sub:[
		]
	},
	
	{code:"Mannschaften", url:"/mannschaften.htm",
		sub:[
			{"itemoff":[21,0]},
			{code:"1. Mannschaft", url:"/mannschaften/mannschaften1.htm"},
			{code:"2. Mannschaft", url:"/mannschaften/mannschaften2.htm"},
			{code:"3. Mannschaft", url:"/mannschaften/mannschaften3.htm"},
			{code:"4. Mannschaft", url:"/mannschaften/mannschaften4.htm"},
			{code:"5. Mannschaft", url:"/mannschaften/mannschaften5.htm"},
			{code:"Pokal"        , url:"/mannschaften/mannschaften_pokal.htm"},
			{code:"Blitz"        , url:"/mannschaften/mannschaften_blitz.htm"},
			{code:"Schnellschach", url:"/mannschaften/mannschaften_rapid.htm"}
		]
	},

	{code:"Turniere", url:"/turniere.htm",
		sub:[
			{"itemoff":[21,0]},
			{code:"Vereinsmeisterschaft", url:"/turniere/vereinsmeisterschaft.htm"},
			{code:"Blitz",                url:"/turniere/blitz.htm"},
			{code:"Pokal",                url:"/turniere/pokal.htm"},
			{code:"Senioren",             url:"/turniere/senior.htm"},
			{code:"Schnellschach",        url:"/turniere/schnellschach.htm"}
		]
	},

	{code:"Jugend", url:"/jugend.htm",
		sub:[
			{"itemoff":[21,0]},
			{code:"Training",    url:"/jugend.htm"},
			{code:"Einzel",      url:"/jugend/2011/einzel.htm"},
			{code:"Mannschaft",  url:"/jugend/2012/liga.htm"}
		]
	},

	{code:"Information", url:"/informationen.htm",
		sub:[
			{"itemoff":[21,0]},
			{code:"Termine",  url:"/information/termine.htm"},
			{code:"Gamebase", url:"/gamebase/gamebase.htm"},
			{code:"Isolani",  url:"/information/isolani.htm"},
			{code:"Links",    url:"/information/links.htm"},
			{code:"Chronik",  url:"/information/chronik.htm"},
			{code:"Impressum",url:"/impressum.htm"}
		]
	},

	{code:"Kontakt", url:"/kontakt.htm",
		sub:[
		]
	}
];


