BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FF6600",	// color of the item border, if any SJN-Orange
		shadow:"#7FCC98",	// color of the item shadow, if any SJN-Grün
		bgON:"white",		// background color for the items
		bgOVER:"#E6E6E6"	// 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:[245,65], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Startseite", url:"../html/1stpage.html", target:"contents",
		sub:[
			{itemoff:[21,0]},
			{code:"Sitemap", url:"sitemap.html", target:"contents"}
		]
	},
	{code:"Allgemeines",
		sub:[
			{itemoff:[21,0]},
			{code:"Square Dance", url:"squaredance.html", target:"contents"},
			{code:"Werte", url:"werte.html", target:"contents"},
			{code:"Glossar", url:"glossar.html", target:"contents"}
		]
	},
	{code:"Internes",
		sub:[
			{itemoff:[21,0]},
			{code:"Die Idee",
				sub:[
					{leveloff:[6,99]},
					{code:"Ziele", url:"ziele.html", target:"contents"},
					{code:"Wege", url:"wege.html", target:"contents"},
					{code:"Geschichte", url:"geschichte.html", target:"contents"}
				]
			},
			{code:"Umsetzung",
				sub:[
					{leveloff:[-15,99]},
					{code:"Club", url:"club.html", target:"contents"},
					{code:"Team", url:"team.html", target:"contents"},
					{code:"Programm", url:"programm.html", target:"contents"},
					{code:"Teilnahme", url:"mitgliedschaft.html", target:"contents"}
				]
			},
		]
	},
	{code:"Kalender",
		sub:[
			{itemoff:[21,0]},
			{code:"Rückschau",
				sub:[
					{leveloff:[6,99]},
					{code:"Berichte", url:"berichte.html", target:"contents"},
					{code:"Tagebuch", url:"tagebuch.html", target:"contents"},
					{code:"Bilder etc.", url:"bilder.html", target:"contents"}
				]
			},
			{code:"Vorschau",
				sub:[
					{leveloff:[-15,99]},
					{code:"Termine", url:"termine.html", target:"contents"},
					{code:"Einladungen", url:"einladungen.html", target:"contents"}
				]
			},
		]
	},
	{code:"Diverses",
		sub:[
			{itemoff:[21,0]},
			{code:"Service",
				sub:[
					{leveloff:[6,99]},
					{code:"Links", url:"links.html", target:"contents"},
					{code:"geschützter Bereich", url:"pwbereich.html", target:"contents", "format":{"size":[21,140]}},
					{code:"Gästebuch", url:"http://www.sjn-squaredanceclub.de/cgi-std/gaestebuch.cgi", target:"contents"}
				]
			},
			{code:"Rechtliches",
				sub:[
					{leveloff:[-15,99]},
					{code:"Disclaimer", url:"disclaimer.html", target:"contents"},
					{code:"Impressum", url:"impressum.html", target:"contents"}
				]
			},
		]
	},
	{code:"Kont@kt",
		sub:[
			{itemoff:[21,0]},
			{code:"An/Abmeldung E-mail", url:"email.html", target:"contents", "format":{"size":[21,180]}},
			{code:"An/Abmeldung Clubtreffen", url:"clubtreffen.html", target:"contents", "format":{"size":[21,180]}},
			{code:"Mitteilungen", url:"mitteilung.html", target:"contents"}
		]
	},
];

