


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=3             // Sub menu left offset



with(menuStyle=new mm_style()){
// onbgcolor="#4F8EB6";
onbgcolor="#cccccc";  // HG-Farbe beim überfliegen
oncolor="#000000";    // Text-Farbe beim überfliegen
//offbgcolor="#DCE9F0";
offbgcolor="#ffffff"; // HG-Farbe normal
offcolor="#000000";   // Text-Farbe normal
bordercolor="#";
borderstyle="solid";
borderwidth=0;
//separatorcolor="#2D729D";
separatorcolor="#000066";      // Linien innerhalb des Menüs
separatorsize="1";
padding=4;                     // Abstand innerhalb des Menüs
fontsize="12";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphic/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=10;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.htm; status=Back To Home Page;");
aI("text=Company;url=company.htm; status=Company;");
aI("text=Products;showmenu=Products;");
aI("text=Careers;url=careers.htm; status=Careers;");
aI("text=Contact us;url=contact.htm; status=Contact us;");
aI("text=Partners;url=partners.htm; status=Partners;");
aI("text=Introducing<br>virtualIT;url=virtualit.htm; status=Introducing virtualIT;");
aI("text=News and<br>Publications;url=news.htm; status=News and Publications;");
aI("text=Employee Intranet;url=employeenew.htm; status=Employee Intranet;");
aI("text=Employee Mail;url=http://mail.myahc.com/exchange; status=Employee Mail;");
aI("text=Legal Disclaimers;url=terms.htm; status=Legal Disclaimers;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Consulting;showmenu=Consulting;");
aI("text=PortworX;url=http://www.portworx.com/;");
aI("text=S. O. S. ;url=sos.htm;");
}

with(milonic=new menuname("Consulting")){
style=menuStyle;
overflow="scroll";
aI("text=Consulting;url=consulting.htm;");
aI("text=Integrated approach;url=consulting1.htm;");
aI("text=Our approach costs less;url=consulting2.htm;");
aI("text=Standard consulting costs more;url=consulting3.htm;");
aI("text=Customer experience;url=consulting5.htm;");
}

//with(milonic=new menuname("PortworX")){
//style=menuStyle;
//overflow="scroll";
//aI("text=Internet Reportins System;url=/irs-pw.htm; status=Internet Reportins System;");
//aI("text=Dialog Development;url=dd-pw.htm; status=Dialog Development;");
//aI("text=PortworX Connector;url=connector-pw.htm; status=Dialog Development;");
//}

drawMenus();

