 /***********************************************
*	(c) Ger Versluis 2000 version 12.00 27 May 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// 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="#E5E2C5";			// Background color when mouse is not over
	var HighBgColor="#D4D9CA";			// Background color when mouse is over
	var FontLowColor="black";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="comic sans ms,technical,arial";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=1;			// 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="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// 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="";				// 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+"/Templates/pic/tri.gif",5,10,BaseHref+"/Templates/pic/tridown.gif",10,5,BaseHref+"/Templates/pic/trileft.gif",5,10,BaseHref+"/Templates/pic/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// 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(.......

						// 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 BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=1;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	
	var MenuShadow="";
	
	var MenuOpacity="";
	
	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("Links","/andreashp/git_links/andreas_links.html","","",22,103,"","","","","","",-1,-1,-1,"","");
		
Menu2=new Array("Neubau","/andreashp/git_neubau/git_bau_eingangsseite_d.html","",8,"","","","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("E-Git (Semi - INDIE)","/andreashp/git_neubau/indie/index_ind_de.html","",3,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_1_1=new Array("Korpus","/andreashp/git_neubau/indie/1_korpus/ind_korpus_de.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_1_2=new Array("Lackierung","/andreashp/git_neubau/indie/2_lackierung/ind_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_1_3=new Array("Instrument fertig","/andreashp/git_neubau/indie/3_fertig/ind_fertig_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
                
	Menu2_2=new Array("E-Git (Semi - rot)","/andreashp/git_neubau/swt1/index_swt1_de.html","",5,"","","","","","","","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Planung","/andreashp/git_neubau/swt1/1_Plaene/swt1_plaene_de.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Korpus","/andreashp/git_neubau/swt1/2_Korpusse/swt1_korpusse_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Hals","/andreashp/git_neubau/swt1/3_Hals/swt1_hals_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_2_4=new Array("Lackierung","/andreashp/git_neubau/swt1/4_Lackierung/swt1_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_2_5=new Array("Zusammenbau","/andreashp/git_neubau/swt1/5_Zusammenbau/swt1_zusammenbau_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
			         
	Menu2_3=new Array("E-Git (CHRISTIAN)","/andreashp/git_neubau/SWT_blau/index_SWT_blau_de.html","",6,"","","","","","","","",-1,-1,-1,"","");
		Menu2_3_1=new Array("Korpus","/andreashp/git_neubau/SWT_blau/1_korpus/SWT_blau_korpus_de.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_3_2=new Array("Hals","/andreashp/git_neubau/SWT_blau/2_hals/SWT_blau_hals_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_3_3=new Array("Griffbrett","/andreashp/git_neubau/SWT_blau/3_griffbrett/SWT_blau_griffbrett_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_3_4=new Array("Elektronik","/andreashp/git_neubau/SWT_blau/4_electronics/SWT_blau_electronics_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_3_5=new Array("Lackierung","/andreashp/git_neubau/SWT_blau/5_lackierung/SWT_blau_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_3_6=new Array("Ergebnis","/andreashp/git_neubau/SWT_blau/6_fertig/SWT_blau_fertig_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
			
	Menu2_4=new Array("000-Standard","/andreashp/git_neubau/000/index_ooo_de.html","",9,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_1=new Array("Planung","/andreashp/git_neubau/000/1_Plaene/ooo_plaene_de.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_4_2=new Array("Decke","/andreashp/git_neubau/000/2_Decke/ooo_decke_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_3=new Array("Boden","/andreashp/git_neubau/000/3_Boden/ooo_boden_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_4=new Array("Binding","/andreashp/git_neubau/000/4_Binding/ooo_binding_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_5=new Array("Hals","/andreashp/git_neubau/000/5_Hals/ooo_hals_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_6=new Array("Steg","/andreashp/git_neubau/000/6_Steg/ooo_steg_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_7=new Array("Korpusse","/andreashp/git_neubau/000/7_Korpusse/ooo_korpusse_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_8=new Array("Lackierung","/andreashp/git_neubau/000/8_Lackierung/ooo_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_4_9=new Array("Zusammenbau","/andreashp/git_neubau/000/9_Zusammenbau/ooo_zusammenbau_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
					
	Menu2_5=new Array("000-Fensterkopf","/andreashp/git_neubau/000_CIII/index_oooCIII_de.html","",10,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_1=new Array("Planung","/andreashp/git_neubau/000_CIII/1_Plaene/oooCIII_plaene_de.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_5_2=new Array("Decke/Boden","/andreashp/git_neubau/000_CIII/2_BodenDecke/oooCIII_bodendecke_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_3=new Array("Griffbrett","/andreashp/git_neubau/000_CIII/3_Griffbrett/oooCIII_griffbrett_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_4=new Array("Binding","/andreashp/git_neubau/000_CIII/4_Binding/oooCIII_binding_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_5=new Array("Hals","/andreashp/git_neubau/000_CIII/5_Hals/oooCIII_hals_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_6=new Array("Fensterkopf","/andreashp/git_neubau/000_CIII/6_Fensterkopf/oooCIII_Fensterkopf_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_7=new Array("Zargen","/andreashp/git_neubau/000_CIII/7_Zargen/oooCIII_zargen_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_8=new Array("Lackierung","/andreashp/git_neubau/000_CIII/8_Lackierung/oooCIII_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_9=new Array("Zusammenbau","/andreashp/git_neubau/000_CIII/9_Zusammenbau/oooCIII_zusammenbau_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu2_5_10=new Array("B-Band A6.2","/andreashp/git_neubau/000_CIII/10_Pickup/oooCIII_pickup_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		
	Menu2_6=new Array("Dreadnought","/andreashp/git_neubau/dreadnought/git_bau_dreadnought_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
	
	Menu2_7=new Array("Variax Conversion","/andreashp/git_neubau/VAX/git_bau_VAX_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
	
	Menu2_8=new Array("Scalopped Neck","/andreashp/git_neubau/ScaloppedNeck/index_SCNeck_de.html","",0,"","","","","","","","",-1,-1,-1,"","");

	
Menu3=new Array("Reparatur","","",5,"","","","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Stahlsaiten Reparaturen","","",5,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("Zargenreparatur","/andreashp/git_rep/rep_zarge_framus/git_rep_zarge_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("Neubundierung Western","/andreashp/git_rep/rep_martin_frets/git_rep_frets_martin_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_3=new Array("Stegreparatur Western","/andreashp/git_rep/rep_steg/git_rep_steg_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_1_4=new Array("Martin Pickguard","/andreashp/git_rep/rep_martin_pickguard/git_rep_martin_pickguard_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_1_5=new Array("Hoefner 12-String","/andreashp/git_rep/rep_12string/git_rep_12string_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
	
	Menu3_2=new Array("Klassikgitarren Reparaturen","","",1,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1=new Array("Stegreparatur Klassik","/andreashp/git_rep/rep_klassiksteg/git_rep_klassiksteg_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	
	Menu3_3=new Array("Jazzgitarren Reparaturen","","",4,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("Hofner 470SE2","/andreashp/git_rep/rep_jazz_hoefner_470SE2/git_jazz_hoefner_470SE2_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("Framus 5/51","/andreashp/git_rep/rep_framus/git_rep_framus_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_3_3=new Array("Lindberg Schwarzer Frack","/andreashp/git_rep/rep_schwarzer_frack/git_rep_schwarzer_frack_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_3_4=new Array("Jazz - 50's","/andreashp/git_rep/rep_jazzm/git_rep_jazzm_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		
	Menu3_4=new Array("E-Gitarren Reparaturen","","",4,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("Lackierung Faded Cherry","/andreashp/git_rep/rep_lack_fadedcherryLP/git_rep_lack_fadedcherryLP_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2=new Array("Segment Lackierung","/andreashp/git_rep/rep_lack_fretboard/git_rep_lack_fretboard_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_4_3=new Array("Halsstab Defekt","/andreashp/git_rep/rep_trussrod/git_rep_trussrod_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu3_4_4=new Array("Bigsby B5","/andreashp/git_rep/rep_bigsby_b5/git_rep_bigsby_b5_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("E-Bass Reparaturen","","",1,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_5_1=new Array("Bass-Sattel anfertigen","/andreashp/git_rep/rep_bass_saddle/git_rep_bass_saddle_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");	
		
	Menu4=new Array("Werkzeug","","",9,"","","","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Fret Press","/andreashp/git_tools/fretpress/git_tools_fretpress_d.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array(" Mechaniken-Schablone","/andreashp/git_tools/bohrschablone/git_tools_bohrschablone_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Binding Jig","/andreashp/git_tools/bindingfraese/git_tools_bindingfraese_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Schablone Dovetail","/andreashp/git_tools/halsfraese/git_tools_halsfraese_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("Poliermaschine","/andreashp/git_tools/poliermaschine/git_tools_poliermaschine_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("Präszisions Bundsäge","/andreashp/git_tools/bundsaege/git_tools_bundsaege_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_7=new Array("Zargenzwinge","/andreashp/git_tools/zargenzwinge/git_tools_zargenzwinge_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_8=new Array("Fox Bender","/andreashp/git_tools/foxbender/git_tools_foxbender_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu4_9=new Array("Furnierschneider","/andreashp/git_technik/furnierschneider/git_tec_furnierschneider_d.html","",0,"","","","","","","","",-1,-1,-1,"","");

Menu5=new Array("Technik","","",8,"","","","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Lackierungen","","",6,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_1_1=new Array("Lackierung Faded Cherry","/andreashp/git_rep/rep_lack_fadedcherryLP/git_rep_lack_fadedcherryLP_de.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_1_2=new Array("Segment Lackierung","/andreashp/git_rep/rep_lack_fretboard/git_rep_lack_fretboard_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_3=new Array("Christian Signature","/andreashp/git_neubau/SWT_blau/5_lackierung/SWT_blau_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_4=new Array("Indie Burst","/andreashp/git_neubau/indie/2_lackierung/ind_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_5=new Array("000 Standard","/andreashp/git_neubau/000/8_Lackierung/ooo_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_6=new Array("000 Fensterkopf","/andreashp/git_neubau/000_CIII/8_Lackierung/oooCIII_lackierung_de.html","",0,"","","","","","","","",-1,-1,-1,"","");			
	Menu5_2=new Array("Lack Polieren","","",2,"","","","","","","","",-1,-1,-1,"","");
		Menu5_2_1=new Array("Lack Polieren mit Wachsen","/andreashp/git_technik/Polieren/git_tec_polieren_de.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("Poliermaschinen Eigenbau","/andreashp/git_tools/poliermaschine/git_tools_poliermaschine_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Tonabnehmer Akkustik","","",4,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_3_1=new Array("E-Git. Brücke mit Piezo","/andreashp/git_technik/piezo_pu/git_tec_piezo_pu_d.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_3_2=new Array("B-Band A1N-1470","/andreashp/git_technik/BBand_A1/git_tec_bband_A1_1470_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_3_3=new Array("B-Band A6.2","/andreashp/git_neubau/000_CIII/10_Pickup/oooCIII_pickup_de.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_3_4=new Array("Schertler Bluestick","/andreashp/git_technik/pu_schertler_bluestick/git_tec_schertler_bluestick_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Tonabnehmer E-Gitarre","","","",20,150,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Tonholz","/andreashp/git_technik/tonewood/index_tonewood_de.html","",4,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_5_1=new Array("Holzauswahl","/andreashp/git_technik/tonewood/1_holzauswahl/git_tec_holzauswahl_d.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu5_5_2=new Array("Zerteilen","/andreashp/git_technik/tonewood/2_zerteilen/git_tec_zerteilen_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_5_3=new Array("Lagern & Trocknen","/andreashp/git_technik/tonewood/3_lagern/git_tec_lagern_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_5_4=new Array("Holzverarbeitung","/andreashp/git_technik/tonewood/5_holzverarbeitung/git_tec_holzverarbeitung_d.html","",0,"","","","","","","","",-1,-1,-1,"","");		
	Menu5_6=new Array("Klebstoffe","/andreashp/git_technik/leim/git_tec_leim_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("E-Fach Abschirmung","/andreashp/git_technik/abschirmung/git_tec_shield_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Mammut Elfenbein","/andreashp/git_technik/Mammut/git_tec_mammut_d.html","",0,"","","","","","","","",-1,-1,-1,"","");
	
Menu6=new Array("Info","","",3,"","","","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Impressum","http://shop.rall-online.net/epages/61511639.sf/de_DE/?ObjectPath=/Shops/61511639/Categories/Imprint","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Kontakt","http://shop.rall-online.net/epages/61511639.sf/de_DE/?ViewAction=ViewContactForm&ObjectPath=/Shops/61511639","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Sitemap","/home/sitemap.htm","",0,"","","","","","","","",-1,-1,-1,"","");
			
Menu7=new Array("Shop","http://shop.rall-online.net/epages/61511639.sf","","","","","","","","","","",-1,-1,-1,"","");
