//DHTML Menu version 3.3.19


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
_d=document;

homepath="http://www.vfr-horst.de/content/";
homepath1="http://www.vfr-horst.de/";
actual_path=_d.URL;

subpaths=new Array();
pathnames=new Array();
slashcounter=0;
linecounter=0;
searched_slash=3;

function definesubpath() {
	lineposition=new Array();
	slashposition=new Array();
	folder="";
	l=0;
	for (i=0;i<actual_path.length;i++) {
		x=actual_path.substring(i,i+1);
		if (x=="/") {
			slashposition[slashcounter]=i;
			slashcounter++;
		}
		if (slashcounter>=9 && x=="_") {
			lineposition[linecounter]=i;
			linecounter++;
		}
	}
	for (z=0;z<=(slashcounter-searched_slash);z++) {
		if (z==slashcounter-searched_slash) {
			if (linecounter>1) {
				for (k=1;k<linecounter;k++) {
					subpaths[l+k-1]=actual_path.substring(slashposition[searched_slash-1]+1,lineposition[k]) + ".htm";
					pathnames[l+k-1]=actual_path.substring(lineposition[k-1]+1,lineposition[k]);
				}
				subpaths[l+linecounter-1]=actual_path.substring(slashposition[searched_slash-1]+1,actual_path.length+1);
				pathnames[l+linecounter-1]=actual_path.substring(lineposition[linecounter-1]+1,actual_path.length-4);
			}
			else if (linecounter==1) {
				subpaths[l]=actual_path.substring(slashposition[searched_slash-1]+1,actual_path.length+1);
				pathnames[l]=actual_path.substring(lineposition[0]+1,actual_path.length-4);
			}
			else {
				subpaths[l]=actual_path.substring(slashposition[searched_slash-1]+1,actual_path.length+1);
				pathnames[l]=actual_path.substring(slashposition[l+searched_slash-1]+1,actual_path.length-4);
			}
		}
		else {
			folder=actual_path.substring(slashposition[l+searched_slash-1]+1,slashposition[l+searched_slash]);
			subpaths[l]=folder + "/" + folder + ".htm";
			pathnames[l]=folder;
		}
		l++;
	}
}

function writereference(){
	definesubpath();
	reference="<a href=\"http://www.vfr-horst.de/index.htm\">HOME</a>";
	for (i=0;i<subpaths.length;i++){
		x=subpaths[i];
		y=pathnames[i];
		reference+=" &gt; <a href=\"" + homepath + x + "\">" + y + "</a>";
	}
	reference+="</font>";
	return reference;
}

function addmenu(){
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus(){
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++){
		mt+=" menu"+a+"=menus["+a+"];";
		}
	mt+="<\/script>";
	//ref=writereference();
	//_d.write("<font size=\"1\">" + ref);
	_d.write(mt);
}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5		    		// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position

style1=[				// style is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"000000",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"999999",				// Mouse On Background Color
"009900",				// Menu Border Color 
13,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,					// Menu Item Padding
,					// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"000000",				// 3D High Color
"999999",				// 3D Low Color
"cccccc",				// Current Page Item Font Color (leave this blank to disable)
"009900",				// Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
,					// Menu Header Font Color (Leave blank if headers are not needed)
,					// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"009900",				// Mouse Off Background Color
"009900",				// Mouse On Font Color
"ffffff",				// Mouse On Background Color
"eeeeee",				// Menu Border Color 
13,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",				// Font Name
3,					// Menu Item Padding
,					// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"000000",				// 3D High Color
"999999",				// 3D Low Color
"cccccc",				// Current Page Item Font Color (leave this blank to disable)
"009900",				// Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
,					// Menu Header Font Color (Leave blank if headers are not needed)
,					// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"mainmenu",				// Menu Name - This is needed in order for the menu to be called
145,					// Menu Top - The Top position of the menu in pixels
7,					// Menu Left - The Left position of the menu in pixels
180,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,					// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp; Home","http://www.vfr-horst.de",,"MTV Horst",1
,"&nbsp;&nbsp; Wir &uuml;ber uns","show-menu=menu00","#","Wir &uuml;ber uns",1
,"&nbsp;&nbsp; Herren","show-menu=menu20","#","Herren",1
,"&nbsp;&nbsp; Frauen","show-menu=menu30","#","Frauen",1
,"&nbsp;&nbsp; Jugend","show-menu=menu40","#","Jugend",1
,"&nbsp;&nbsp; Badminton","show-menu=menu01","#","Badminton",1
,"&nbsp;&nbsp; Schiedsrichter","show-menu=menu07",homepath + "06_schiedsrichter.htm","Schiedsrichter",1
,"&nbsp;&nbsp; F&ouml;rderverein","show-menu=menu03","#","F&ouml;rderverein",1
,"&nbsp;&nbsp; Sponsoren","show-menu=menu02","#","Sponsoren",1
//,"&nbsp;&nbsp; G&auml;stebuch",homepath+ "08_gaestebuch.htm",,"G&auml;stebuch",1
,"&nbsp;&nbsp; Infos","show-menu=menu04","#","Infos",1
//,"&nbsp;&nbsp; Fanshop",homepath + "07_fanshop.htm","#","Fanshop",1
,"&nbsp;&nbsp; Kontakt",homepath + "05_kontakt.htm","#","Kontakt",1
//,"&nbsp;&nbsp; Fotos","# target:_blank",,"Fotos",1
,"&nbsp;&nbsp; Archiv","show-menu=menu05","#","Archiv",1
,"&nbsp;&nbsp; Impressum","show-menu=menu06","#","Impressum",1
])


// Kurzbeschreibung eines Untermenues
//  ,"TEXT","show-menu=menuXX","#","",1				Aufruf eines Untermenues
//
//
//	addmenu(menu=["menuXX",					menuXX is der Bezeichner dieses Menü
//	,,150,1,"",style2,,"left",,,,,,,,,,,,,			Einstellungsmöglichkeiten bzgl. Breite und Stil
//	,"MENU-TEXT","XXX.htm",,"",1				MENU-TEXT wird im Untermenue angezeigt und XXX.htm ist der entsprechende Link dazu
//	])
//


//Eintrag: Wir über uns
	addmenu(menu=["menu00",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Vorstand",homepath + "01_vorstand.htm",,"",1
	,"&nbsp; Vereinsgeschichte",homepath + "01_geschichte.htm",,"",1
      //,"&nbsp; Pressespiegel",homepath + "01_pressespiegel.htm",,"",1	
	,"&nbsp; Satzung",homepath + "01_satzung.htm",,"",1
	])

//Eintrag: Herren
	addmenu(menu=["menu20",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; 1. Herren <img src='" + homepath1 + "js-imgs/blank.gif' width='100' height='10' border='0'> <b>></b>","show-menu=menu21",homepath + "herren/herren1/herren1.php","",1
	,"&nbsp; 2. Herren <img src='" + homepath1 + "js-imgs/blank.gif' width='100' height='10' border='0'> <b>></b>","show-menu=menu22",homepath + "herren/herren2/herren2.php","",1
	,"&nbsp; 3. Herren <img src='" + homepath1 + "js-imgs/blank.gif' width='100' height='10' border='0'> <b>></b>","show-menu=menu23",homepath + "herren/herren3/herren3.php","",1
	,"&nbsp; Alte Herren <img src='" + homepath1 + "js-imgs/blank.gif' width='86' height='10' border='0'> <b>></b>","show-menu=menu24",homepath + "herren/herren_alt/herren_alt.htm","",1
	])

	//Eintrag: 1. Herren
		addmenu(menu=["menu21",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "herren/herren1/herren1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "herren/herren1/spielplan.php",,"",1
		,"&nbsp; Tabelle",homepath + "herren/herren1/tabelle.htm",,"",1
		,"&nbsp; Team",homepath + "herren/herren1/team.htm",,"",1
		,"&nbsp; Sponsoren",homepath + "herren/herren1/sponsoren.htm",,"",1
		,"&nbsp; Training",homepath + "herren/herren1/training.htm",,"",1
		,"&nbsp; Archiv",homepath + "archiv/herren1.htm",,"",1
		])

	//Eintrag: 2. Herren
		addmenu(menu=["menu22",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "herren/herren2/herren2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "herren/herren2/spielplan.php",,"",1
		,"&nbsp; Tabelle",homepath + "herren/herren2/tabelle.htm",,"",1
		,"&nbsp; Team",homepath + "herren/herren2/team.htm",,"",1
		,"&nbsp; Sponsoren",homepath + "herren/herren2/sponsoren.htm",,"",1
		,"&nbsp; Training",homepath + "herren/herren2/training.htm",,"",1
		,"&nbsp; Archiv",homepath + "archiv/herren2.htm",,"",1
		])

	//Eintrag: 3. Herren
		addmenu(menu=["menu23",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "herren/herren3/herren3.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "herren/herren3/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "herren/herren3/tabelle.htm","","",1
		,"&nbsp; Team",homepath + "herren/herren3/team.htm",,"",1
		,"&nbsp; Sponsoren",homepath + "herren/herren3/sponsoren.htm","","",1
		,"&nbsp; Training",homepath + "herren/herren3/training.htm",,"",1
		,"&nbsp; Archiv",homepath + "archiv/herren3.htm","","",1
		])
	
	//Eintrag: Alte Herren
		addmenu(menu=["menu24",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "herren/herren_alt/herren_alt.htm",,"",1
		//,"&nbsp; Spielplan &amp; Berichte",homepath + "herren/herren_alt/spielplan.php","","",1
		//,"&nbsp; Tabelle",homepath + "herren/herren_alt/tabelle.htm","","",1
		,"&nbsp; Team",homepath + "herren/herren_alt/team.htm",,"",1
		,"&nbsp; Sponsoren",homepath + "herren/herren_alt/sponsoren.htm","","",1
		,"&nbsp; Training",homepath + "herren/herren_alt/training.htm",,"",1
		//,"&nbsp; Archiv",homepath + "archiv/herren_alt.htm","","",1
		])

//Eintrag: Frauen
	addmenu(menu=["menu30",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	//,"&Uuml;bersicht",homepath + "frauen/frauen.htm",,"",1
	,"&nbsp; 1. Frauen <img src='" + homepath1 + "js-imgs/blank.gif' width='102' height='10' border='0'><b>></b>","show-menu=menu31",homepath + "frauen/frauen1/frauen1.php","",1
	,"&nbsp; 2. Frauen <img src='" + homepath1 + "js-imgs/blank.gif' width='102' height='10' border='0'><b>></b>","show-menu=menu32",homepath + "frauen/frauen2/frauen2.php","",1
	])

	//Eintrag: 1. Frauen
		addmenu(menu=["menu31",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "frauen/frauen1/frauen1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "frauen/frauen1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "frauen/frauen1/tabelle.htm","","",1
		,"&nbsp; Team",homepath + "team.php?team=frauen1",,"",1
		,"&nbsp; Sponsoren",homepath + "frauen/frauen1/sponsoren.htm","","",1
		,"&nbsp; Training",homepath + "frauen/frauen1/training.htm",,"",1
		,"&nbsp; Archiv",homepath + "archiv/frauen1.htm","","",1
		])
	
	//Eintrag: 2. Frauen
		addmenu(menu=["menu32",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; &Uuml;berblick",homepath + "frauen/frauen2/frauen2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "frauen/frauen2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "frauen/frauen2/tabelle.htm","","",1
		,"&nbsp; Team",homepath + "frauen/frauen2/team.htm",,"",1
		,"&nbsp; Sponsoren",homepath + "frauen/frauen2/sponsoren.htm","","",1
		,"&nbsp; Training",homepath + "frauen/frauen2/training.htm",,"",1
		,"&nbsp; Archiv",homepath + "archiv/frauen2.htm","","",1
		])

//Eintrag: Jugend
	addmenu(menu=["menu40",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Sportplatzplanung",homepath + "09_sportplatzplanung.php",,"",1
	,"&nbsp; m&auml;nnl. Jugend A 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu41",homepath + "jugend/mJA1/mJA1.php","",1
	,"&nbsp; m&auml;nnl. Jugend B 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu42",homepath + "jugend/mJB1/mJB1.php","",1
	//,"&nbsp; m&auml;nnl. Jugend B 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu43",homepath + "jugend/mJB2/mJB2.htm","",1
	,"&nbsp; weibl.	     Jugend B 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='51' height='10' border='0'><b>></b>","show-menu=menu44",homepath + "jugend/wJB1/wJB1.php","",1
	//,"&nbsp; m&auml;nnl. Jugend C 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu45",homepath + "jugend/mJC1/mJC1.htm","",1
	,"&nbsp; m&auml;nnl. Jugend C 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu46",homepath + "jugend/mJC2/mJC2.php","",1
	,"&nbsp; m&auml;nnl. Jugend D 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='46' height='10' border='0'><b>></b>","show-menu=menu47",homepath + "jugend/mJD1/mJD1.php","",1
	,"&nbsp; m&auml;nnl. Jugend D 2 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu48",homepath + "jugend/mJD2/mJD2.php","",1
	,"&nbsp; m&auml;nnl. Jugend E 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu49",homepath + "jugend/mJE1/mJE1.php","",1
	,"&nbsp; m&auml;nnl. Jugend E 2 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu50",homepath + "jugend/mJE2/mJE2.php","",1
	,"&nbsp; m&auml;nnl. Jugend E 3 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu51",homepath + "jugend/mJE3/mJE3.php","",1
	,"&nbsp; m&auml;nnl. Jugend E 4 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu52",homepath + "jugend/mJE4/mJE4.php","",1
	,"&nbsp; m&auml;nnl. Jugend F 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu53",homepath + "jugend/mJF1/mJF1.php","",1
	,"&nbsp; m&auml;nnl. Jugend F 2 <img src='" + homepath1 + "js-imgs/blank.gif' width='47' height='10' border='0'><b>></b>","show-menu=menu54",homepath + "jugend/mJF2/mJF2.php","",1
	//,"&nbsp; m&auml;nnl. Jugend F 3 <img src='" + homepath1 + "js-imgs/blank.gif' width='45' height='10' border='0'><b>></b>","show-menu=menu55",homepath + "jugend/mJF3/mJF3.php","",1
	//,"&nbsp; m&auml;nnl. Jugend F 4 <img src='" + homepath1 + "js-imgs/blank.gif' width='45' height='10' border='0'><b>></b>","show-menu=menu56",homepath + "jugend/mJF4/mJF4.php","",1
	,"&nbsp; m&auml;nnl. Jugend G 1 <img src='" + homepath1 + "js-imgs/blank.gif' width='45' height='10' border='0'><b>></b>","show-menu=menu57",homepath + "jugend/mJG1/mJG1.php","",1
	])

	//Eintrag: mJA1
		addmenu(menu=["menu41",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJA1/mJA1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJA1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJA1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJA1/training.htm",,"",1
		,"&nbsp; Homepage","http://www.steff-reiss.de/Fussball/index.html target:_blank",,"",1
		])

	//Eintrag: mJB1
		addmenu(menu=["menu42",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJB1/mJB1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJB1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJB1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJB1/training.htm",,"",1
		])

	//Eintrag: mJB2
		addmenu(menu=["menu43",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJB2/mJB2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJB2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJB2/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJB2/training.htm",,"",1
		])

	//Eintrag: wJB1
		addmenu(menu=["menu44",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/wJB1/wJB1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/wJB1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/wJB1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/wJB1/training.htm",,"",1
		])

	//Eintrag: mJC1
		addmenu(menu=["menu45",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJC1/mJC1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJC1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJC1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJC1/training.htm",,"",1
		])

	//Eintrag: mJC2
		addmenu(menu=["menu46",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJC2/mJC2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJC2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJC2/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJC2/training.htm",,"",1
		])

	//Eintrag: mJD1
		addmenu(menu=["menu47",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJD1/mJD1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJD1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJD1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJD1/training.htm",,"",1
		])

	//Eintrag: mJD2
		addmenu(menu=["menu48",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJD2/mJD2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJD2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJD2/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJD2/training.htm",,"",1
		])

	//Eintrag: mJE1
		addmenu(menu=["menu49",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJE1/mJE1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJE1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJE1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJE1/training.htm",,"",1
		])

	//Eintrag: mJE2
		addmenu(menu=["menu50",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJE2/mJE2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJE2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJE2/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJE2/training.htm",,"",1
		])

	//Eintrag: mJE3
		addmenu(menu=["menu51",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJE3/mJE3.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJE3/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJE3/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJE3/training.htm",,"",1
		])

	//Eintrag: mJE4
		addmenu(menu=["menu52",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJE4/mJE4.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJE4/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJE4/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJE4/training.htm",,"",1
		])

	//Eintrag: mJF1
		addmenu(menu=["menu53",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJF1/mJF1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJF1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJF1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJF1/training.htm",,"",1
		])

	//Eintrag: mJF2
		addmenu(menu=["menu54",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJF2/mJF2.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJF2/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJF2/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJF2/training.htm",,"",1
		])

	//Eintrag: mJF3
		addmenu(menu=["menu55",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJF3/mJF3.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJF3/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJF3/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJF3/training.htm",,"",1
		])

	//Eintrag: mJF4
		addmenu(menu=["menu56",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJF4/mJF4.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJF4/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJF4/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJF4/training.htm",,"",1
		])

	//Eintrag: mJG1
		addmenu(menu=["menu57",
		,,195,1,"",style2,,"left",,,,,,,,,,,,,
		,"&nbsp; Team",homepath + "jugend/mJG1/mJG1.php",,"",1
		,"&nbsp; Spielplan &amp; Berichte",homepath + "jugend/mJG1/spielplan.php","","",1
		,"&nbsp; Tabelle",homepath + "jugend/mJG1/tabelle.htm","","",1
		,"&nbsp; Training",homepath + "jugend/mJG1/training.htm",,"",1
		])

//Eintrag: Badminton
	addmenu(menu=["menu01",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Team",homepath + "badminton/badminton1/badminton.htm",,"",1
	//,"&nbsp; Spielplan &amp; Berichte",homepath + "badminton/badminton1/spielplan.php","","",1
	//,"&nbsp; Tabelle",homepath + "badminton/badminton1/tabelle.htm","","",1
	,"&nbsp; Training",homepath + "badminton/badminton1/training.htm","","",1
	//,"&nbsp; Sponsoren",homepath + "badminton/badminton1/sponsoren.htm","","",1
	//,"&nbsp; Archiv",homepath + "archiv/badminton.htm","","",1
	])

//Eintrag: Sponsoren
	addmenu(menu=["menu02",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Unsere Sponsoren",homepath + "02_sponsoren.htm",,"",1
      //,"&nbsp; Unsere Leistungen",homepath + "02_leistungen.htm",,"",1
      //,"&nbsp; Sponsor werden",homepath + "02_sponsorantrag.htm",,"",1
	])

//Eintrag: F&ouml;rderverein
	addmenu(menu=["menu03",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	//,"&nbsp; Unser Förderverein","http://foerderverein.vfr-horst.de target:_blank",,"",1
	,"&nbsp; Der F&ouml;rderverein",homepath + "03_foerderverein.php",,"",1
	,"&nbsp; Mitglied werden",homepath + "03_foerderkreisantrag.htm",,"",1
	])

//Eintrag: Infos
	addmenu(menu=["menu04",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Aktuelles",homepath + "04_aktuelles.htm",,"",1
	//,"&nbsp; Newsletter",homepath + "04_newsletter.htm",,"",1
	,"&nbsp; Termine &amp; Veranstaltungen",homepath + "04_termine.php",,"",1
	,"&nbsp; Fussball-Links",homepath + "04_links.htm",,"",1
	,"&nbsp; Sportplatzplanung",homepath + "09_sportplatzplanung.php",,"",1
	,"&nbsp; Sportst&auml;tten",homepath + "04_sportstaetten.htm",,"",1
	//,"&nbsp; Preise",homepath + "04_preise.htm",,"",1
	,"&nbsp; Mitgliedschaft",homepath + "04_mitglied.htm",,"",1	
	])

//Eintrag: Archiv
	addmenu(menu=["menu05",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; 1. Herren",homepath + "archiv/herren1.htm",,"",1
	,"&nbsp; 1. Frauen",homepath + "archiv/frauen1.htm",,"",1
	,"&nbsp; 2. Herren",homepath + "archiv/herren2.htm",,"",1
	,"&nbsp; 3. Herren",homepath + "archiv/herren3.htm",,"",1
	//,"&nbsp; Alte Herren",homepath + "archiv/herren_alt.htm",,"",1
	])

//Eintrag: Impressum
	addmenu(menu=["menu06",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Adminbox",homepath + "adminbox/",,"",1
	,"&nbsp; Administration",homepath + "05_admin.htm",,"",1
	,"&nbsp; Kontakt",homepath + "05_kontakt.htm",,"",1
	,"&nbsp; Rechtshinweis",homepath + "05_rechtshinweis.htm",,"",1
	])

//Eintrag: Schiedsrichter
	addmenu(menu=["menu07",
	,,195,1,"",style2,,"left",,,,,,,,,,,,,
	,"&nbsp; Team",homepath + "06_schiedsrichter.htm",,"",1
	//,"&nbsp; Einsatzplanung",homepath + "06_einsatzplanung.php",,"",1
	])	
	
dumpmenus()