


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#1F5BA5";
oncolor="#000000";
offbgcolor="#E5E6F2";
offcolor="#1F5BA5";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="6";
padding=2;
fontsize="11px";
fontweight="bold";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=119;
left=20;
alwaysvisible=1;
orientation="vertical";
itemwidth=139;
aI("text=Home;url=/home_d.php;");
aI("text=Neu;url=/news_d.php;");
aI("text=Energieübertragung und Verteilung;url=/energieuebertragung.php;");
aI("text=Schaltanlagen;url=/schaltanlagen.php;");
aI("text=Kabel und Garnituren;url=/kabel_und_garnituren.php;");
aI("text=Bahntechnik;url=/bahntechnik.php;");
aI("text=Telekommunikation;url=/telekomunikations_systeme.php;");
aI("text=Partner;url=/partner.php;");
aI("text=Referenzen;url=/referenzen.php;");
aI("text=Kontakt;url=/kontakt_details.php;");
}

with(milonic=new menuname("Main Menu2")){
style=menuStyle;
top=380;
left=20;
alwaysvisible=1;
orientation="vertical";
itemwidth=139;
aI("text=English;url=/home_e.php;");
}

drawMenus();


