// JavaScript Document
var theURL ="";
function openLinks(theURL) { //v2.0
window.open(theURL,'window','toolbar=yes,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=700,height=375,top=5,left=5');
}
document.write('<table width="90%" border="0" cellspacing="0" cellpadding="3" align="center"><tr><td valign="top"> <h1>USEFUL LINKS</h1><h3><a href="#" onClick="openLinks(\'http://www.lawsociety.org.uk/\')">The Law Society </a></h3><h3><a href="#" onClick="openLinks(\'http://www.guide.lawsociety.org.uk/\')">The Law Society Guide to the Professional Conduct of Solicitors </a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawscot.org.uk/\')">Law Society of Scotland</a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawsociety.ie/\')">Law Society of Ireland </a></h3><h3><a href="#" onClick="openLinks(\'http://www.hampshirelawsociety.co.uk/\')">Hampshire Law Society</a></h3><h3><a href="#" onClick="openLinks(\'http://www.hmso.gov.uk/acts.htm\')">Acts of UK Parliament </a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawcom.gov.uk/\')" >The Law Commission</a></h3><h3><a href="#" onClick="openLinks(\'http://www.lcd.gov.uk/\')" >Department for Constitutional Affairs</a></h3><h3><a href="#" onClick="openLinks(\'http://www.landreg.gov.uk\')" >HM Land Registry </a></h3><h3><a href="#" onClick="openLinks(\'http://www.parliament.the-stationery-office.co.uk/pa/ld199697/ldjudgmt/ldjudgmt.htm\')" >House of Lords Judgements since 1996 </a></h3><h3><a href="#" onClick="openLinks(\'http://www.aiel.com/\')" >Association of Independent European Lawyers</a> </h3><h3><a href="#" onClick="openLinks(\'http://www.butterworths.co.uk\')" >On line legal bookstore</a></h3><h3> <a href="#" onClick="openLinks(\'http://www.cabinet-office.gov.uk/\')" >The Cabinet Office</a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawgazette.co.uk/\')">The Law Gazette Information</a></h3><h3><a href="#" onClick="openLinks(\'http://www.upmystreet.com/\')" >About your neighbourhood</a></h3><h3><a href="#" onClick="openLinks(\'http://www.multimap.com\')" >Free maps, directions and information</a></h3><h3><a href="#" onClick="openLinks(\'http://www.homenvirosearch.com\')" >Free but very general environmental search</a></h3><h3><a href="#" onClick="openLinks(\'http://www.tradingstandards.net\')" >Useful Trading Standards website</a></h3><h3><a href="#" onClick="openLinks(\'http://www.consumer.gov.uk\')" >The DTI\'s Consumer gateway site</a></h3><h3><a href="#" onClick="openLinks(\'http://www.companies-house.gov.uk\')" >Companies House</a></h3><h3><a href="#" onClick="openLinks(\'http://www.nacab.org.uk\')" >National Association of Citizens Advice Bureaux</a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawzone.co.uk\')">The Online Law Community</a></h3><h3><a href="#" onClick="openLinks(\'http://www.venables.co.uk\')">Legal resources UK and Ireland</a></h3><h3><a href="#" onClick="openLinks(\'http://www.lawtel.com\')">Specialist bulletin Service</a></h3><h3><a href="#" onClick="openLinks(\'http://www.everyform.net\')">Online Legal Form</a></h3><h3><a href="#" onClick="openLinks(\'http://www.cofe.anglican.org\')">The Church of England</a></h3><h3><a href="#" onClick="openLinks(\'http://www.portsmouth.anglican.org\')">Diocese of Portsmouth</a></h3><h3><a href="#" onClick="openLinks(\'http://www.resolution.org.uk\')">Resolution</a></h3><h3><a href="#" onClick="openLinks(\'http://www.legalservices.gov.uk\')">Legal Services Commission</a></h3><h3><a href="#" onClick="openLinks(\'http://www.courtservice.gov.uk\')">Court Service</a></h3><h3><a href="#" onClick="openLinks(\'http://www.charity-commission.co.uk\')">Charity Commission</a></h3><h3><a href="#" onClick="openLinks(\'http://www.hmso.gov.uk\')">Her Majesty&rsquo;s Stationery Office</a></h3><h3><a href="#" onClick="openLinks(\'http://www.hmrc.gov.uk\')">HM Revenue &amp; Customs</a></h3><h3><a href="#" onClick="openLinks(\'http://www.bailii.org\')">British &amp; Irish Legal Information Institute</a></h3></td></tr></table>');