<!-- hide code from old browsers

var msg = new Array("Home", "Clients", "Services", "International", "Forms", "Burley & Menston", "Directory", "Legal links", "Humour", "Contact us");

var link = new Array("index.html", "clients/index.html", "services/index.html", "internat/index.html", "forms/index.html", "misc/menston.html", "dir/index.html", "misc/links.html", "humour/index.html", "misc/contact.html");

var alts = new Array("Home", "Client types", "Service types", "International law", "Forms", "Burley & Menston", "Directory", "Legal links", "Humour", "Contact us");

var def = "e-solicitors legal directory";
var mail = "Mail us";

var path = "http://www.e-solicitors.co.uk/";

var num_of_buttons = 10;

img11 = new Image; 
img12 = new Image; 
img21 = new Image; 
img22 = new Image; 
img31 = new Image; 
img32 = new Image; 
img41 = new Image; 
img42 = new Image; 
img51 = new Image; 
img52 = new Image; 
img61 = new Image; 
img62 = new Image; 
img71 = new Image; 
img72 = new Image; 
img81 = new Image; 
img82 = new Image;
img91 = new Image;
img92 = new Image;
img101 = new Image;
img102 = new Image;
mailimg1 = new Image;
mailimg2 = new Image;

img11.src = path + "imgs/menu11.gif";
img12.src = path + "imgs/menu12.gif";
img21.src = path + "imgs/menu21.gif";
img22.src = path + "imgs/menu22.gif";
img31.src = path + "imgs/menu31.gif";
img32.src = path + "imgs/menu32.gif";
img41.src = path + "imgs/menu41.gif";
img42.src = path + "imgs/menu42.gif";
img51.src = path + "imgs/menu51.gif";
img52.src = path + "imgs/menu52.gif";
img61.src = path + "imgs/menu61.gif";
img62.src = path + "imgs/menu62.gif";
img71.src = path + "imgs/menu71.gif";
img72.src = path + "imgs/menu72.gif";
img81.src = path + "imgs/menu81.gif";
img82.src = path + "imgs/menu82.gif";
img91.src = path + "imgs/menu91.gif";
img92.src = path + "imgs/menu92.gif";
img101.src = path + "imgs/menu101.gif";
img102.src = path + "imgs/menu102.gif";
mailimg1.src = path + "imgs/mail1.gif";
mailimg2.src = path + "imgs/mail2.gif";

window.status = def;

function highlight( num ) {

    img_source = eval( "img" + num + "2.src" );
    img_name = "menu" + num;
    document[ img_name ].src = img_source;

    window.status = msg[ num - 1 ]; return true

} // end highlight

function lowlight( num ) {

    img_source = eval( "img" + num + "1.src" );
    img_name = "menu" + num;
    document[ img_name ].src = img_source;

    window.status = def; return true

} // end lowlight

function highlightmail( num ) {

    img_source = eval( "mailimg" + num + ".src" );
    img_name = "mailimg";
    document[ img_name ].src = img_source;

    if ( num == 2 ) {
        window.status = mail; return true;
    } else {
        window.status = def; return true;
    }

} // end highlightmail

function preamble() {

    // page dividing table

    document.writeln("<table width=100% height=100% cellpadding=0 cellspacing=0 border=0>");
    document.writeln("<tr><td class='darklist' height=60 valign=center>");
    document.writeln("<img src='"+path+"imgs/bk.gif' width=111 height=55 alt='Butler &amp; Kandler Solicitors, 01943 816207'></td>");
    document.writeln("<td class='darklist' height=60 valign=center colspan=2>");
    document.writeln("<img src='"+path+"imgs/logo.gif' width=300 height=55 alt="+def+"></td></tr>");
    document.writeln("<tr><td class='darklist' width=115 valign=top>");

    // navbar table

    document.writeln("<table border=0 width=115 cellpadding=0 cellspacing=0>");
    document.writeln("<tr><td width=115 height=5 class='darklist'><img src='"+path+"imgs/top.gif' width=107 height=5 border=0></td></tr>");

    for ( i = 1; i <= num_of_buttons; i++ ) {
        button( i );
    }

    document.writeln("<tr><td width=115 height=5 class='darklist'><img src='"+path+"imgs/bottom.gif' width=107 height=5 border=0></td></tr>");

    document.writeln("<tr><td width=115 height=60 valign=center class='list'>");
    document.writeln("<a href='mailto:info@e-solicitors.co.uk' ");
    document.writeln("onMouseOver='highlightmail(2);' ");
    document.writeln("onMouseOut='highlightmail(1);'><img src='"+path+"imgs/mail1.gif' width=40 height=46 border=0 name='mailimg' alt='Mail us'></a></td></tr></table>");

    // next cell of page dividing table

    document.writeln("</td><td valign=top>");

} // end preamble

function postamble() {

    // tidy up rest of page dividing tables

    document.writeln("</td></tr></table>");

    document.writeln("<tr><td class='darklist' height=20>");
    darklink(path+"disclaim.html", "Legal disclaimer", "LEGAL DISCLAIMER &copy; 1999 - 2003 E-Solicitors Limited");
    document.write("</td></tr></table>");
    document.writeln("</td></tr></table>");

} // end postamble

function button( button_num ) {

    document.writeln("<tr><td class='darklist' width=115 height=20 valign=top>");
    document.writeln("<a href='"+path+link[button_num-1]+"' ");
    document.writeln("onMouseOver = 'highlight("+button_num+"); return true' ");
    document.writeln("onMouseOut = 'lowlight("+button_num+"); return true'>");
    document.writeln("<img src='"+path+"imgs/menu"+button_num+"1.gif' width=107 height=20 border=0 alt='"+alts[button_num-1]+"' name='menu"+button_num+"'></a></td></tr>");
    
} // end button

function dolink( target, status, text ) {

    status = '"'+status+'"';

    document.write("<a href='"+target+"' onMouseOver='window.status="+status+"; return true' onMouseOut='window.status=def; return true'>"+text+"</a>");

} // end dolink

function darklink( target, status, text ) {

    status = '"'+status+'"';

    document.write("<a class='dark' href='"+target+"' onMouseOver='window.status="+status+"; return true' onMouseOut='window.status=def; return true'>"+text+"</a>");

} // end darklink

// end hiding -->
