_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position


with(mainStyle=new mm_style()){
     onbgcolor = "orange";
       oncolor = "#00ffff";
    offbgcolor = "red";
      offcolor = "#ffff66";
   bordercolor = "black";
   borderstyle = "solid";
separatorcolor = "black";
 separatorsize = 1;
       padding = 4
       //onborder="2px solid black"
      fontsize = "75%";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     pagecolor = "purple";
   pagebgcolor = "pink";
   topbarimage = "images/arrow_down.gif";
topbarimageloc = "center;middle"
      subimage = "images/arrow.gif";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}




with(milonic=new menuname("mainmenu2")){_c=1
top = 10;
left = 10;
//itemwidth=60
//menuwidth="99%";
borderwidth = 1;
//screenposition = "center;middle";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="vertical"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
//position="relative"
//separatorcolor="green";
aI("text=Home;url=http://hausbau.ralfabels.de/");
aI("text=Haus;showmenu=haus");
aI("text=Garage;url=garage/garage.htm;target='middleFrame'");
aI("text=Energie;showmenu=energie");
aI("text=Garten;url=garten/garten.htm;target='middleFrame'");
aI("text=Grundstück;url=grundstueck/grundstueck1.htm;target='middleFrame'");
aI("text=Kommunikation;showmenu=kommunikation");
aI("text=Versorger;url=versorger/index.htm;target='middleFrame'");
aI("text=Bautagebuch;url=bautagebuch/middleframe.php;target='middleFrame'");
}

	with(milonic=new menuname("haus")){_c=1
	borderwidth = 1;
	style = mainStyle;
	aI("text=Bodenplatte;url=haus/bodenplatte/bodenplatte.htm;target='middleFrame'");
	aI("text=Erdgeschoss;url=haus/erdgeschoss/erdgeschoss.htm;target='middleFrame'");
	aI("text=Obergeschoss;url=haus/obergeschoss/obergeschoss.htm;target='middleFrame'");
	}
	
			
	with(milonic=new menuname("energie")){_c=1		
	borderwidth = 1;
	style = mainStyle;
	aI("text=Heizung;url=energie/heizung.htm;target='middleFrame'");
	aI("text=Schornstein;url=energie/schornstein.htm;target='middleFrame'");
	aI("text=Kaminofen;url=energie/kaminofen.htm;target='middleFrame'");
	}
	
	with(milonic=new menuname("kommunikation")){_c=1
	borderwidth = 1;
	style = mainStyle;
	aI("text=Netzwerk;url=kommunikation/netzwerk.htm;target='middleFrame'");
	aI("text=Telefon;url=kommunikation/telefon.htm;target='middleFrame'");
	aI("text=TV;url=kommunikation/tv.htm;target='middleFrame'");
	}	
	
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	