_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=2           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(textMenuStyle=new mm_style()){
onbgcolor = "#840000";
offbgcolor = "#EFEFEF";
oncolor = "#FFFFFF";
offcolor = "#003594";
}

menuStyle=new copyOf(textMenuStyle)
menuStyle.borderwidth = 0;

textMenuStyle.visitedcolor = "#999999";
textMenuStyle.separatorcolor = "#000000";
textMenuStyle.bordercolor = "#000000";
textMenuStyle.borderstyle = "solid";
textMenuStyle.borderwidth = 1;
textMenuStyle.padding = 2;
textMenuStyle.separatorsize = 1;
textMenuStyle.fontfamily = "Arial";
textMenuStyle.fontsize = "12px";
textMenuStyle.fontweight = "bold";

with(milonic=new menuname("WhatWeDo")){
itemwidth = 200;
style=textMenuStyle;
aI("showmenu=practice2;text=Practice Areas;url=javascript:void();");
aI("showmenu=departments2;text=Sectors;url=javascript:void();");
}

with(milonic=new menuname("WhoWeAre")){
itemwidth = 200;
style=textMenuStyle;
aI("url=ourteam.php;status=#;text=Our Team;");
aI("url=ournetwork.php;status=#;text=Our Network;");
aI("url=ourcharges.php;status=#;text=Our Charges;");
}

with(milonic=new menuname("NewsEvents")){
itemwidth = 200;
style=textMenuStyle;
aI("url=news.php;status=#;text=News;");
aI("url=seminars.php;status=#;text=Seminars;");
aI("showmenu=training2;text=Training Courses;url=javascript:void()");
}

with(milonic=new menuname("Publications")){
itemwidth = 200;
style=textMenuStyle;
aI("url=articles.php;status=#;text=Articles;");
aI("url=legal_updates.php;status=#;text=Legal Updates;");
aI("url=electronic_brochures.php;status=#;text=Electronic Brochures;");
aI("url=newsletter_vol_june2005.php;status=#;text=Newsletter;");

}

with(milonic=new menuname("training2")){
style=textMenuStyle;
aI("url=../enquiryform.asp?fname=form1&pname=enquiryform;status=#;text=Data Protection and IT Security;");
}

with(milonic=new menuname("departments2")){
style=textMenuStyle;

aI("url=ebusiness.php;status=#;text=E-Business and Internet;");
aI("url=education.php;status=#;text=Education;");
aI("url=it.php;status=#;text=Information Technology;");
aI("url=sports_law.php;status=#;text=Leisure;");
aI("url=biosciences.php;status=#;text=Life Sciences and Biotechnology;");
aI("url=media_entertainment.php;status=#;text=Media and Entertainment;");
aI("url=property.php;status=#;text=Property;");
}

with(milonic=new menuname("practice2")){
style=textMenuStyle;
aI("url=practice_biosciences.php;status=#;text=Biotechnology;");
aI("url=practice_commerciallitigation.php;status=#;text=Commercial Litigation;");
aI("url=commercial_property.php;status=#;text=Commercial Property;");
aI("url=practice_corporatecommercial.php;status=#;text=Corporate Commercial;");
aI("url=practice_corporatefinance.php;status=#;text=Corporate Finance;");
aI("url=practice_dataprotection.php;status=#;text=Data Protection;");
aI("url=practice_ebusiness.php;status=#;text=E-Business;");
aI("url=practice_education.php;status=#;text=Education;");
aI("url=practice_employment.php;status=#;text=Employment;");
aI("url=practice_it.php;status=#;text=Information Technology;");
aI("url=practice_itc.php;status=#;text=Information Technology Security;");
aI("url=practice_intellectualproperty.php;status=#;text=Intellectual Property;");
aI("url=practice_inventors.php;status=#;text=Inventors;");
aI("url=practice_mediaentertainment.php;status=#;text=Media and Entertainment;");
aI("url=practice_pharmaceuticals.php;status=#;text=Pharmaceuticals;");
aI("url=practice_privateequity.php;status=#;text=Private Equity and Venture Capital;");
aI("url=practice_sportslaw.php;status=#;text=Sports;");
aI("url=practice_startingabusiness.php;status=#;text=Starting A Business;");
aI("url=practice_technologytransfer.php;status=#;text=Technology Transfer;");
}

drawMenus();

