


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="E4E1DF";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, ";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="bilder/arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp;Home&nbsp;;url=index.html;status=Zur Home Page;");
aI("text=Beratung;url=beratung.html");
aI("text=Software;showmenu=Software;");
aI("text=Referenzen;url=referenzen.html");
aI("text=Patente;url=patente.html");
aI("text=Artikel;url=veroeffentlichungen.html");
aI("text=&nbsp;Kontakt&nbsp;;url=kontakt.html;");
}

with(milonic=new menuname("Software")){
style=menuStyle;
overflow="scroll";
aI("text=Opticad;showmenu=Opticad");
aI("text=TFcalc;showmenu=TFcalc");
}

with(milonic=new menuname("Opticad")){
style=menuStyle;
overflow="scroll";
aI("text=Opticad Details;url=opticad.html");
aI("text=Opticad Demo&Download;url=opticad_demo.html");
aI("text=Polyed;url=polyed.html");
aI("text=Lampeneditor;url=lampeneditor.html");
aI("text=Dokumentationen;url=dokumentationen.html");
}


with(milonic=new menuname("TFcalc")){
style=menuStyle;
overflow="scroll";
aI("text=TFcalc Details;url=tfcalc.html");
aI("text=TFcalc DLL;url=tfcalcdll.html");
aI("text=TFcalc/Reoptimize;url=tfcalcreoptimize.html");
aI("text=TFcalc/WDM;url=TFcalcwdm.html");
aI("text=Download;url=tfcalc_download.html");
}

drawMenus();


