_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=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="#b2b2b2";
oncolor="#666699";
offbgcolor="#ffffff";
offcolor="#666699";
bordercolor="#666699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666699";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#666699";
headercolor="#ffffff";
headerbgcolor="#b2b2b2";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=117;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("text=HKR Home;url=http://www.hkr.co.za;status=HKR Home;");
aI("text=Online Services;url=onlineservices.htm;showmenu=online;");
aI("text=Corporate Law;url=corplaw.htm;");
aI("text=Enviroment Law;url=envirolaw.htm;");
aI("text=Property Law;url=proplaw.htm;showmenu=proplaw;");
aI("text=E-Law;url=elaw.htm;status=E-Law;");
aI("text=About HKR;url=aboutus.htm;status=About Us;showmenu=about;");
aI("text=Feedback;url=feedback.htm;status=Feedback;");
}

with(milonic=new menuname("online")){
style=menuStyle;
overflow="scroll";
aI("text=Search For;showmenu=company;pointer=default;");
aI("text=Apply For;showmenu=apply;pointer=default;");
aI("text=Calculate;showmenu=calculate;pointer=default;");
}

with(milonic=new menuname("proplaw")){
style=menuStyle;
aI("text=Transfer Costs;url=proplawtransfercosts.php;");
aI("text=Bond Costs;url=proplawbondcosts.php;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Contact;url=contact.htm;");
}

with(milonic=new menuname("search")){
style=menuStyle;
aI("text=Companies;showmenu=company;pointer=default;");
aI("text=Deeds;url=searchdeeds.htm;");
aI("text=Masters Office;url=searchmasters.htm;");
}

with(milonic=new menuname("apply")){
style=menuStyle;
aI("text=Name Reservation;url=applyname.htm;");
}

with(milonic=new menuname("calculate")){
style=menuStyle;
overflow="scroll";
aI("text=Transfer Costs;url=proplawtransfercosts.php;");
aI("text=Bond Costs;url=proplawbondcosts.php;");
}

with(milonic=new menuname("company")){
style=menuStyle;
overflow="scroll";
aI("text=General Information;url=searchgeneral.htm;");
aI("text=Director or Member;url=searchdirector.htm;");
}

drawMenus();

