 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=13;		// Number of main menu  items
							// Colorvariables:
							// Color variables take HTML predefined color names or "#rrggbb" strings
							//For transparency make colors and border color ""
	var LowBgColor="#3366cc";		// Background color when mouse is not over
	var HighBgColor="#003399";		// Background color when mouse is over
	var FontLowColor="FFFFFF";		// Font color when mouse is not over
	var FontHighColor="FFFFFF";		// Font color when mouse is over
	var BorderColor="FFFFFF";		// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=0;			// Border width between elements sub items
	var FontFamily="arial";			// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="center";		// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="middle";	// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=2;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;		// Number defines to which level the menu must unfold horizontal; 0 is all 								vertical
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;		// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="navig";		// Frame where first level appears
	var SecLineFrame="main";		// Frame where sub levels appear
	var DocTargetFrame="main";		// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.mbg-radolfzell.de/";

							// BaseHref lets you specify the root directory for relative links. 
							// The script precedes your relative links with BaseHref
							// For instance: 
							// when your BaseHref= "http://www.MyDomain/" and a link in the menu is 								"subdir/MyFile.htm",
							// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
							// Can also be used when you use images in the textfields of the menu
							// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
							// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/tri.gif",5,10,BaseHref+"images/tridown.gif",10,5,BaseHref+"images/trileft.gif",5,10,BaseHref+"images/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;		// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;		// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;			// 1 or 0
	var HooverUnderLine=1;			// 1 or 0
	var HooverTextSize=1;			// 0=off, number is font size difference on hoover
	var HooverVariant=1;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=15)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=3, offY=3, positive=3)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=5)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","main.html","",0,25,40,"","","","","","",-1,-1,-1,"","Zurück zur Homepage");

Menu2=new Array("History","history.html","",0,25,45,"","","","","","",-1,-1,-1,"","Homepage History");

Menu3=new Array("Verein","","",7,25,52,"","","","","","",-1,-1,-1,"","Über unseren Verein");
	Menu3_1=new Array("Info","infombg.html","",0,20,120,"","","","","","",-1,-1,-1,"","Info über die MBG Radolfzell");
	Menu3_2=new Array("Award","award.html","",0,20,120,"","","","","","",-1,-1,-1,"","Award");
	Menu3_3=new Array("Anfahrt","anfahrt.html","",0,20,120,"","","","","","",-1,-1,-1,"","Anfahrt");
	Menu3_4=new Array("Luftbild","aerial.html","",0,20,120,"","","","","","",-1,-1,-1,"","Luftbild");
	Menu3_5=new Array("Statistik","statistik.html","",0,20,120,"","","","","","",-1,-1,-1,"","Zugriffs-Statistik unserer Homepage");
	Menu3_6=new Array("Routenberechnung","route.html","",0,20,120,"","","","","","",-1,-1,-1,"","Routenberechnung");
	Menu3_7=new Array("Vereinschronik","/gk/2011_chronik.htm","",0,20,120,"","","","","","",-1,-1,-1,"","Vereinschronik");

Menu4=new Array("Termine/News","mbgtermin.html","",0,25,90,"","","","","","",-1,-1,-1,"","Termine & News");

Menu5=new Array("Archiv","","",9,25,55,"","","","","","",-1,-1,-1,"","Archiv");
	Menu5_1=new Array("ab 1999","","",12,20,80,"","","","","","",-1,-1,-1,"","ab 1999");
        Menu5_1_1=new Array("B-2 Bomber","b-2.html","",0,20,130,"","","","","","",-1,-1,-1,"","B-2 Bomber");
        Menu5_1_2=new Array("Bücker","buecker.html","",0,20,100,"","","","","","",-1,-1,-1,"","Bücker");
        Menu5_1_3=new Array("Chubby Lady","chubby.html","",0,20,100,"","","","","","",-1,-1,-1,"","Chubby Lady");
        Menu5_1_4=new Array("Chubby Lady 2","chubby2.html","",0,20,100,"","","","","","",-1,-1,-1,"","Chubby Lady 2");
        Menu5_1_5=new Array("Pfalz III","pfalz.html","",0,20,100,"","","","","","",-1,-1,-1,"","Pfalz III");
        Menu5_1_6=new Array("Ausstellung 99","ausstell99.html","",0,20,100,"","","","","","",-1,-1,-1,"","Ausstellung 99");
        Menu5_1_7=new Array("Inter-EX 2000","inter200.html","",0,20,100,"","","","","","",-1,-1,-1,"","Inter-EX 2000");
        Menu5_1_8=new Array("Moorhuhn","moorhuhn.html","",0,20,100,"","","","","","",-1,-1,-1,"","Moorhuhn");
        Menu5_1_9=new Array("Messerschmitt M-35","me35-1.html","",0,20,100,"","","","","","",-1,-1,-1,"","Messerschmitt M-35");
        Menu5_1_10=new Array("Christen Eagle","pitts.html","",0,20,100,"","","","","","",-1,-1,-1,"","Christen Eagle");
        Menu5_1_11=new Array("Daisy","daisy.html","",0,20,100,"","","","","","",-1,-1,-1,"","Daisy");
        Menu5_1_12=new Array("Piper","piper.html","",0,20,100,"","","","","","",-1,-1,-1,"","Piper");


     Menu5_2=new Array("ab 1999","","",9,20,80,"","","","","","",-1,-1,-1,"","ab 1999");
        Menu5_2_1=new Array("ECO 8 Ikarus","eco8.html","",0,20,120,"","","","","","",-1,-1,-1,"","ECO 8 Ikarus");
        Menu5_2_2=new Array("LAMA 315","lama.html","",0,20,120,"","","","","","",-1,-1,-1,"","LAMA 315");
        Menu5_2_3=new Array("HUGHES 500","hughes.html","",0,20,120,"","","","","","",-1,-1,-1,"","HUGHES 500");
        Menu5_2_4=new Array("Super Laser","mix1.html","",0,20,120,"","","","","","",-1,-1,-1,"","Super Laser");
        Menu5_2_5=new Array("Flugplatz 1","mix2.html","",0,20,120,"","","","","","",-1,-1,-1,"","Flugplatz 1");
        Menu5_2_6=new Array("Flugplatz 2","mix3.html","",0,20,120,"","","","","","",-1,-1,-1,"","Flugplatz 2");
        Menu5_2_7=new Array("Flugplatz 3","mix4.html","",0,20,120,"","","","","","",-1,-1,-1,"","Flugplatz 3");
        Menu5_2_8=new Array("Flugplatz 4","mix5.html","",0,20,120,"","","","","","",-1,-1,-1,"","Flugplatz 4");
        Menu5_2_9=new Array("Flugplatz 5","mix6.html","",0,20,120,"","","","","","",-1,-1,-1,"","Flugplatz 5");

     Menu5_3=new Array("ab 2000","","",9,20,80,"","","","","","",-1,-1,-1,"","ab 2000");
		Menu5_3_1=new Array("Flugplatz 1","mix7.html","",0,20,130,"","","","","","",-1,-1,-1,"","Flugplatz 1");
		Menu5_3_2=new Array("Disco","mix8.html","",0,20,100,"","","","","","",-1,-1,-1,"","Disco");
		Menu5_3_3=new Array("Flugplatz 2","mix9.html","",0,20,100,"","","","","","",-1,-1,-1,"","Flugplatz 2");
		Menu5_3_4=new Array("Flugplatz 3","mix10.html","",0,20,100,"","","","","","",-1,-1,-1,"","Flugplatz 3");
		Menu5_3_5=new Array("Flugplatz 4","mix11.html","",0,20,100,"","","","","","",-1,-1,-1,"","Flugplatz 4");		
		Menu5_3_6=new Array("Cleany","cleany.html","",0,20,100,"","","","","","",-1,-1,-1,"","Cleany");
		Menu5_3_7=new Array("Hannibal(Flair)","hannibal.html","",0,20,100,"","","","","","",-1,-1,-1,"","Hannibal(Flair)");
		Menu5_3_8=new Array("Tiger Moth DH 82","moth.html","",0,20,120,"","","","","","",-1,-1,-1,"","Tiger Moth DH 82");
		Menu5_3_9=new Array("Matador","matador.html","",0,20,100,"","","","","","",-1,-1,-1,"","Matador");
                
     Menu5_4=new Array("ab 2001","","",9,20,80,"","","","","","",-1,-1,-1,"","ab 2001");		
		Menu5_4_1=new Array("Solaranlage","solar.html","",0,20,130,"","","","","","",-1,-1,-1,"","Unsere Solaranlage");
		Menu5_4_2=new Array("TOP GUN 2001","tg01.html","",0,20,60,"","","","","","",-1,-1,-1,"","TOP GUN Germany 2001");
		Menu5_4_3=new Array("Inter-EX 2001","inter01.html","",0,20,60,"","","","","","",-1,-1,-1,"","Inter-EX 2001 in Holland");
		Menu5_4_4=new Array("Rudi's M-35","me35-rw1.html","",0,20,60,"","","","","","",-1,-1,-1,"","Rudi's Messerschmitt M-35");
		Menu5_4_5=new Array("Piper-Seite","piper2.html","",0,20,60,"","","","","","",-1,-1,-1,"","Nur Pipers");
		Menu5_4_6=new Array("Segelausflug 01","soar1.html","",0,20,60,"","","","","","",-1,-1,-1,"","Segelausflug 2001 in Schröcken(A)");
		Menu5_4_7=new Array("Flugplatzfest 2001","show01.html","",0,20,60,"","","","","","",-1,-1,-1,"","Flugplatzfest 2001");
		Menu5_4_8=new Array("Fieseler Storch","storch.html","",0,20,60,"","","","","","",-1,-1,-1,"","Fieseler Storch");
		Menu5_4_9=new Array("Duo Discus","duo.html","",0,20,60,"","","","","","",-1,-1,-1,"","DUO DISCUS von Lenger Modellbau");

     Menu5_5=new Array("ab 2001","","",9,20,80,"","","","","","",-1,-1,-1,"","ab 2001");
		Menu5_5_1=new Array("Crash Seite 1","rudi_ptcrash.html","",0,20,130,"","","","","","",-1,-1,-1,"","Crash Seite 1");
		Menu5_5_2=new Array("Crash Seite 2","dc3_crash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 2");
		Menu5_5_3=new Array("Crash Seite 3","bleriot_crash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 3");
		Menu5_5_4=new Array("Crash Seite 4","crash1.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 4");
		Menu5_5_5=new Array("Crash Seite 5","pipercrash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 5");
		Menu5_5_6=new Array("Crash Seite 6","capcrash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 6");
		Menu5_5_7=new Array("Crash Seite 7","brett.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 7");
		Menu5_5_8=new Array("Crash Seite 8","birddogcrash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 8");
		Menu5_5_9=new Array("Crash Seite 9","cessnacrash.html","",0,20,100,"","","","","","",-1,-1,-1,"","Crash Seite 9");

     Menu5_6=new Array("ab 2002","","",10,20,80,"","","","","","",-1,-1,-1,"","ab 2002");
		Menu5_6_1=new Array("Flugplatzfest 2002","show02.html","",0,20,150,"","","","","","",-1,-1,-1,"","Flugplatzfest 2002");
		Menu5_6_2=new Array("LAMA SA 315B","arm_lama.html","",0,20,150,"","","","","","",-1,-1,-1,"","LAMA SA 315B");
		Menu5_6_3=new Array("Inter-EX 2002","inter02-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Inter-EX 2002");
		Menu5_6_4=new Array("Flugtag Aach 02","aach02-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Flugtag 2002 der MFG Aach e.V.");
		Menu5_6_5=new Array("Segelausflug 02","soar02-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Segelausflug 2002 der MBG Radolfzell e.V.");
		Menu5_6_6=new Array("Last Down XXL","lastdown-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Last Down XXL vom Staufenbiel");
		Menu5_6_7=new Array("Last Down XXL Elektro","lastdowne-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Last Down XXL Elektroversion vom Staufenbiel");
		Menu5_6_8=new Array("Jugendförderpreis 2002","jugendpreis-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Jugendförderpreis 2002");
		Menu5_6_9=new Array("Winterfliegen 2003","winter03-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Fliegen im Winter");
		Menu5_6_10=new Array("Wettbewerb 2003","wett03-1.html","",0,20,150,"","","","","","",-1,-1,-1,"","Segel- und Elektrowettbewerb 2003");

     Menu5_7=new Array("ab 2004","","",5,20,80,"","","","","","",-1,-1,-1,"","ab 2004");
		Menu5_7_1=new Array("IG Piper Meeting","pipermeet03-1.html","",0,20,130,"","","","","","",-1,-1,-1,"","Piper Meeting 2003 der IG Piper in Rohrbach/Schweiz");
		Menu5_7_2=new Array("TC Piper Mix","pipermix-rudi.html","",0,20,130,"","","","","","",-1,-1,-1,"","TC Piper Mix");
		Menu5_7_3=new Array("Ausstellung 2004","ausstell0401.html","",0,20,130,"","","","","","",-1,-1,-1,"","Ausstellung 2004 der MBG Radolfzell e.V.");
		Menu5_7_4=new Array("Ferté Alais 2004","ferte0401.html","",0,20,130,"","","","","","",-1,-1,-1,"","La Ferté Alais 2004");
		Menu5_7_5=new Array("Inter-EX 2004","inter0401.html","",0,20,130,"","","","","","",-1,-1,-1,"","Inter-EX 2004");

     Menu5_8=new Array("ab 2007","","",6,20,80,"","","","","","",-1,-1,-1,"","ab 2007");
		Menu5_8_1=new Array("Sylvesterfliegen 2007","sylv07-01.html","",0,20,180,"","","","","","",-1,-1,-1,"","Sylvesterfliegen 2007");
		Menu5_8_2=new Array("Dreikönigsfliegen 2007","3koenig08-01.html","",0,20,130,"","","","","","",-1,-1,-1,"","Dreikönigsfliegen 2007");
		Menu5_8_3=new Array("Flugplatz 2007","mix12-01.html","",0,20,130,"","","","","","",-1,-1,-1,"","Flugplatz 2007");
		Menu5_8_4=new Array("Dübendorf 2007","dueb07-01.html","",0,20,130,"","","","","","",-1,-1,-1,"","Dübendorf 2007");
		Menu5_8_5=new Array("Segelflugwettbewerb","segelwett_erg2007.pdf","",0,20,130,"","","","","","",-1,-1,-1,"","Segelflugwettbewerb");
		Menu5_8_6=new Array("Schroecken 2007","/gk/2007_schroecken.htm","",0,20,130,"","","","","","",-1,-1,-1,"","Schroecken 2007");

     Menu5_9=new Array("ab 2008","","",4,20,80,"","","","","","",-1,-1,-1,"","ab 2008");
		Menu5_9_1=new Array("3-Königsfliegen Aach","3koenig08-01.html","",0,20,180,"","","","","","",-1,-1,-1,"","3-Königsfliegen Aach 2008");
		Menu5_9_2=new Array("ACT Fernsteuerseminar 2008","actsem08-01.html","",0,20,180,"","","","","","",-1,-1,-1,"","ACT Fernsteuerseminar 2008");
		Menu5_9_3=new Array("Sylvesterfliegen 2008","sylv08-01.html","",0,20,180,"","","","","","",-1,-1,-1,"","Sylvesterfliegen 2008");
		Menu5_9_4=new Array("Jahresbericht 2008","/gk/2008_Jahresbericht.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Jahresbericht 2008");

Menu6=new Array("Jugendarbeit","","",14,20,90,"","","","","","",-1,-1,-1,"","Jugendarbeit");
		Menu6_1=new Array("2001 OLDIE","mbgjugend.html","",0,20,160,"","","","","","",-1,-1,-1,"","2001 Bauprojekt OLDIE");
		Menu6_2=new Array("2002 SCHMEISSFLIEGEN","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2002.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2002 SCHMEISSFLIEGEN");
		Menu6_3=new Array("2002 Unsere Jugend","jugend-1.html","",0,20,160,"","","","","","",-1,-1,-1,"","2002 Unsere Jugend");
		Menu6_4=new Array("2002 Jugendförderpreis","jugendpreis-1.html","",0,20,160,"","","","","","",-1,-1,-1,"","2002 Hurra, wir gewinnen den Jugendförderpreis");
		Menu6_5=new Array("2003 3D-Sepp","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2003.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2003 3D-Sepp");
		Menu6_6=new Array("2003 HAI vom FMT","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2003_hai.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2003 HAI vom FMT");
		Menu6_7=new Array("2003 Jugend im Winter","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2003_winter.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2003 Jugendarbeit im Winter");
		Menu6_8=new Array("2004 Siemens E-1","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2004_E1.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2004 Siemens E-1 von FMT");
		Menu6_9=new Array("2004 Ferienprogramm","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2004_dep.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2004 Ferienprogramm");
		Menu6_10=new Array("2004 F3A-X Ultimate","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2004_ulti.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2004 F3A-X Ultimate");
		Menu6_11=new Array("2006 Kadett","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2006_nost.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2006 Kadett");
		Menu6_12=new Array("2006 Schröcken","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/mbg/schroecken06.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2006 Vereinsausflug");
		Menu6_13=new Array("2007 ME-109","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2007_me.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2007 ME-109");
		Menu6_14=new Array("2009 Nurflügelprojekt Gritter!","javascript:NewWin=window.open('http://www.einziehfahrwerk.de/jugend/jugend_2009_gritter.htm','NWin');window['NewWin'].focus()",'',0,20,160,"","","","","","",-1,-1,-1,"","2009 Nurflügelprojekt Gritter!");

Menu7=new Array("Nurflügel","javascript:NewWin=window.open('http://www.flying-wing.de/','NWin');window['NewWin'].focus()",'',0,25,65,"","","","","","",-1,-1,-1,"","Nurflügel");

Menu8=new Array("Links","","",3,25,48,"","","","","","",-1,-1,-1,"","Links");
	   Menu8_1=new Array("Banner-Links","bannerlinks.html","",0,20,100,"","","","","","",-1,-1,-1,"","Banner-Links");
	   Menu8_2=new Array("Text-Links","textlinks.html","",0,20,100,"","","","","","",-1,-1,-1,"","Text-Links");
	   Menu8_3=new Array("Film-Links","film/film.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Film-Links");
 

Menu9=new Array("CNC","","",2,20,40,"","","","","","",-1,-1,-1,"","CNC");
	   Menu9_1=new Array("CNC-Links","mbgcnc.html","",0,20,100,"","","","","","",-1,-1,-1,"","CNC-Links");
	   Menu9_2=new Array("CNC-Anlage","cnc_1.html","",0,20,100,"","","","","","",-1,-1,-1,"","CNC-Anlage");

Menu10=new Array("Gästebuch","javascript:NewWin=window.open('http://feedbook.de/17787','NWin');window['NewWin'].focus()",'',0,25,70,"","","","","","",-1,-1,-1,"","Gästebuch");

Menu11=new Array("LRK","","",2,20,40,"","","","","","",-1,-1,-1,"","LRK");
	   Menu11_1=new Array("LRK-Links","lrklinks.html","",0,20,120,"","","","","","",-1,-1,-1,"","LRK-Links");
	   Menu11_2=new Array("LRK Marktübersicht","lrkbericht.html","",0,20,120,"","","","","","",-1,-1,-1,"","LRK-Motoren Marktübersicht");

Menu12=new Array("Feedback","feedback.html","",0,25,65,"","","","","","",-1,-1,-1,"","Geben Sie uns ein Feedback. Dank im Voraus ...");

Menu13=new Array("Fun","","",2,20,37,"","","","","","",-1,-1,-1,"","Fun");
	   Menu13_1=new Array("Crash & Fun","kurios.html","",0,20,120,"","","","","","",-1,-1,-1,"","Crash & Fun aus der Welt des Fliegens ...");
	   Menu13_2=new Array("Weicheier","weicheier.html","",0,20,120,"","","","","","",-1,-1,-1,"","Weicheier");
