        var NoOffFirstLineMenus=4;                  // Number of first level items
			var LowBgColor='#ad1d2f';   // Background color when mouse is not over
        var LowSubBgColor='#6d6e71';   // Background color when mouse is not over on subs
        var LowSubSubBgColor='#9d9ea1';
        var HighBgColor='#ff0000';      // Background color when mouse is over
        var HighSubBgColor='#8d8e91';// Background color when mouse is over on subs
        var HighSubSubBgColor='#adaeb1';
        var FontLowColor='white';      // Font color when mouse is not over
        var FontSubLowColor='white';    // Font color subs when mouse is not over
        var FontSubSubLowColor='black';
        var FontHighColor='white';    // Font color when mouse is over
        var FontSubHighColor='white';      // Font color subs when mouse is over
        var FontSubSubHighColor='black';
        var BorderColor='#fff1d0';           // Border color
        var BorderSubColor='#6d6e71';         // Border color for subs
        var BorderSubSubColor='#9d9ea1';
        var BorderWidth=3;                                // Border width
        var BorderBtwnElmnts=1;                // Border between elements 1 or 0
        var FontFamily="Verdana, Arial, Helvetica, sans-serif"        // Font family menu items
        var FontSize=14;                                // Font size menu items
        var FontSubSize=12;
        var FontSubBold=1;                      //1 - bold 0 - normal
        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='left';                // Menu horizontal position 'left', 'center' or 'right'
        var MenuVerticalCentered='top';      // Menu vertical position 'top', 'middle','bottom' or static
        var ChildOverlap=.7;                                // horizontal overlap child/ parent
        var ChildVerticalOverlap=.9;                        // vertical overlap child/ parent
        var StartTop=190;                                // Menu offset x coordinate
        var StartLeft=40;                                // Menu offset y coordinate
        var VerCorrect=0;                                // Multiple frames y correction
        var HorCorrect=0;                                // Multiple frames x correction
        var LeftPaddng=3;                                // Left padding
        var TopPaddng=1;                                // Top padding
        var FirstLineHorizontal=0;                        // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
        var MenuFramesVertical=1;                        // Frames in cols or rows 1 or 0
        var DissapearDelay=1000;                        // delay before menu folds in
        var TakeOverBgColor=1;                    // Menu frame takes over background color subitem frame
        var FirstLineFrame='navig';                        // Frame where first level appears
        var SecLineFrame='space';                        // Frame where sub levels appear
        var DocTargetFrame='space';                        // Frame where target documents appear
        var TargetLoc='';                                // span id for relative positioning
        var HideTop=0;                                // Hide first level when loading new document 1 or 0
        var MenuWrap=1;                                // enables/ disables menu wrap 1 or 0
        var RightToLeft=0;                                // enables/ disables right to left unfold 1 or 0
        var UnfoldsOnClick=0;                        // Level 1 unfolds onclick/ onmouseover
        var WebMasterCheck=0;                        // menu tree checking on or off 1 or 0
        var ShowArrow=1;                                // Uses arrow gifs when 1
        var KeepHilite=1;                                // Keep selected path highligthed
        var Arrws=['tri.gif',6,10,'tridown.gif',10,6,'trileft.gif',6,10]; // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
// Array (Name, Datei, ?, Anzahl der folgenden Menüpunkte, ?, Position)
Menu1=new Array("Säge","sa_1.htm","",4,20,150);
        Menu1_1=new Array("Verarbeitung","sa_verarb.htm","",0,20,180);
        Menu1_2=new Array("Weiterverarbeitung","sa_verarb_we.htm","",0);
        Menu1_3=new Array("Produkte","sa_prod.htm","",5);
                Menu1_3_1=new Array("Bauholz","sa_bau.htm","",0,20,150);
                Menu1_3_2=new Array("Leimbinder","sa_leim.htm","",0,20,150);
                Menu1_3_3=new Array("Hobelware","sa_hob.htm","",0,20,150);
                Menu1_3_4=new Array("Tischlerware","sa_tisch.htm","",0,20,150);
                Menu1_3_5=new Array("Verpackungsware","sa_verp.htm","",0,20,150);
        Menu1_4=new Array("Service","sa_serv.htm","",0);
				
Menu2=new Array("Mühle","mu_1.htm","",3,20,138);
        Menu2_1=new Array("Weizenmehl","mu_weiz.htm","",0,20,180);
		Menu2_2=new Array("Roggenmehl","mu_rog.htm","",0,20,180);
		Menu2_3=new Array("Grieß","mu_gri.htm","",0,20,180);

Menu3=new Array("Mischfutter","mi_1.htm","",2,20,138);
        Menu3_1=new Array("Produkte","mi_prod.htm","",3,20,180);
                Menu3_1_1=new Array("Geflügelfutter","mi_flug.htm","",0,20,150);
                Menu3_1_2=new Array("Schweinefutter","mi_schwein.htm","",0,20,150);
				Menu3_1_3=new Array("Rinderfutter","mi_rind.htm","",0,20,150);
		Menu3_2=new Array("Service","mi_serv.htm","",0);


Menu4=new Array("Landhandel","la_1.htm","",4,20,138);
        Menu4_1=new Array("Saatgut","la_saat.htm","",0,20,180);
        Menu4_2=new Array("Dünger","la_duen.htm","",0);
        Menu4_3=new Array("Pflanzenschutz","la_pflanz.htm","",0);
        Menu4_4=new Array("Getreidehandel","la_getr.htm","",0);

