// JavaScript Document
_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=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()){
screenposition="center";
onbgcolor="#ffffff";
oncolor="#A60030";
offbgcolor="#B6B5B5";
offcolor="#666666";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="6";
padding=2;
fontsize="12";
fontstyle="bold";
fontfamily="Tahoma";
pagecolor="#ffffff";
pagebgcolor="#b2c1d1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#b2c1d1', Direction=135, Strength=0)";
outfilter="Fade(duration=0.3)";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115; // -------------------------------------------------- positioning from TOP
left=250; // -------------------------------------------------positioning from TOP
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
//top="offset=-5";

//aI("text=Home;url=home.html;showmenu=Home;");
aI("image=images/b_home_u.gif;overimage=images/b_home_d.gif;url=index.html;showmenu=Home;");

//aI("text=Our Services;url=home.html;showmenu=Our Services;");
aI("image=images/b_ourservices_u.gif;overimage=images/b_ourservices_d.gif;url=ourservices.html;showmenu=Our Services;");

//aI("text=Our Partners;url=home.html;showmenu=Our Partners;");
aI("image=images/b_ourpartners_u.gif;overimage=images/b_ourpartners_d.gif;url=ourpartners.html;showmenu=Our Partners;");

//aI("text=Our Offices;url=home.html;showmenu=Our Offices;");
aI("image=images/b_ouroffices_u.gif;overimage=images/b_ouroffices_d.gif;url=ouroffices.html;showmenu=Our Offices;");

//aI("text=Enquiries;url=home.html;showmenu=Enquiries;");
aI("image=images/b_enquiries_u.gif;overimage=images/b_enquiries_d.gif;url=enquiries.html;showmenu=Enquiries;");

//aI("text=Our Links;url=home.html;showmenu=Our Links;");
aI("image=images/b_links_u.gif;overimage=images/b_links_d.gif;url=links.html;showmenu=Our Links;");

}


with(milonic=new menuname("Our Services")){
style=menuStyle;
top=139;

//aI("text=Matrimonial & Family Issues;url=familyissues.html");
aI("image=images/b_matrimonialissues_u.gif;overimage=images/b_matrimonialissues_d.gif;url=familyissues.html");

//aI("text=Employment Issues;url=employmentissues.html");
aI("image=images/b_employmentissues_u.gif;overimage=images/b_employmentissues_d.gif;url=employmentissues.html");

//aI("text=Personal Injury & Accidents;url=personalinjury.html");
aI("image=images/b_personalinjury_u.gif;overimage=images/b_personalinjury_d.gif;url=personalinjury.html");

//aI("text=Dispute Resolution;url=disputeresolutions.html");
aI("image=images/b_disputeresolution_u.gif;overimage=images/b_disputeresolution_d.gif;url=disputeresolutions.html");

//aI("text=Moving House;url=movinghouse.html");
aI("image=images/b_movinghouse_u.gif;overimage=images/b_movinghouse_d.gif;url=movinghouse.html");

//aI("text=Wills & Probate;url=willsandprobate.html");
aI("image=images/b_willsprobate_u.gif;overimage=images/b_willsprobate_d.gif;url=willsandprobate.html");

//aI("text=Managing Affairs of the Elderly;url=affairsoftheelderly.html");
aI("image=images/b_affairsofelderly_u.gif;overimage=images/b_affairsofelderly_d.gif;url=affairsoftheelderly.html");

//aI("text=Company & Commercial Matters;url=companymatters.html");
aI("image=images/b_companycommercial_u.gif;overimage=images/b_companycommercial_d.gif;url=companymatters.html");

//aI("text=Criminal Law;url=criminallaw.html");
aI("image=images/b_criminallaw_u.gif;overimage=images/b_criminallaw_d.gif;url=criminallaw.html");

}

with(milonic=new menuname("Our Partners")){
style=menuStyle;


}

with(milonic=new menuname("Our Offices")){
style=menuStyle;


}

with(milonic=new menuname("Our Partners")){
style=menuStyle;

}

with(milonic=new menuname("Our Links")){
style=menuStyle;


}

drawMenus();
