_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // 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="#ffcc99";
oncolor="#000000";
offbgcolor="#ECE9E9";
offcolor="#000000";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1; //gua ganti 1 jadi 0
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontweight="bold"
fontfamily="verdana;";
pagecolor="#000000";
pagebgcolor="#ffcc33";
headercolor="#ffffff";
headerbgcolor="#f1f1f1";
}
with(milonic=new menuname("Main Menu")){
    style=menuStyle;
    top=105;
    left=4;
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=&nbsp;HOME&nbsp;url="+cpath+"/;");
    aI("text=&nbsp;Lisensi & Perjanjian&nbsp;url="+cpath+"/umum/license.jsp;");
    aI("text=&nbsp;Tentang Kami&nbsp;url="+cpath+"/umum/about.jsp;");    
    aI("text=&nbsp;Belajar Reksa Dana&nbsp;url="+cpath+"/umum/map.jsp;");    
    //aI("text=&nbsp;Preview Infovesta &nbsp;url="+cpath+"/umum/map12.html;");
    aI("text=&nbsp;Riset &nbsp;url="+cpath+"/umum/riset.jsp;");    
    aI("text=&nbsp;Career&nbsp;url="+cpath+"/umum/vacancy.jsp;");    
    aI("text=&nbsp;Event&nbsp;url="+cpath+"/umum/event.jsp;");    
    //aI("text=&nbsp;On Media&nbsp;url="+cpath+"/umum/freeuser.jsp?forward=readevent.jsp;");
    aI("text=&nbsp;Regulasi&nbsp;url="+cpath+"/umum/peraturan.jsp;");   
    aI("text=&nbsp;Artikel&nbsp;url="+cpath+"/umum/viewartikel.jsp;");	
}drawMenus();