function openWin(theURL,winName) { 
  newWindow=window.open(theURL,winName,'scrollbars=yes,width=600,height=380');
  newWindow.focus();
}


function footer() {

document.write(' &copy; 2000-2007 Hughes, Fields & Stoby - All Rights Reserved. <BR> ');
document.write(' 62 Hadfield & Cross Sts., Werk-en-rust, Georgetown, Guyana. SA.<BR> ');
document.write(' Phone: (592)225-8914/225-64978/227-7956/231-7516&nbsp;&nbsp;&nbsp;&nbsp; Fax: (592)225-7996&nbsp;&nbsp;&nbsp;&nbsp; Email: ');
document.write(' <a href="mailto:hfslaw&#64;guyanalaw.net">hfslaw&#64;guyanalaw.net</a>   ');
document.write('     <div style="text-align:right; margin-top:-45"> ');
document.write('       <a target="_blank" href="http://www.statecapitallaw.org"> ');
document.write('       <img border="0" src="images/logo-capital.gif" width="90" height="50" alt="State Capital"></a><a href="http://inta.org" target="_blank"><img border="0" src="images/logo-inta.gif" ');
document.write('  width="63" height="50" alt="INTA"></a> <a href="http://www.worldservicesgroup.com/" target="_blank"><img border="0" src="images/logo-wsc.gif" width="63" height="50" ');
document.write('  alt="World Services Group"></a></div> ');

}

function resources() {

document.write(' <center><h2><a href="resources.html">About Guyana</a> | <a href="taxation.html">Taxation</a> |  ');
document.write(' <a href="estates.html">Estate Administration</a> | <a href="real_estates.html">Real Estate</a> | ');
document.write(' <a href="intelectual_property.html">Intellectual Property</a> |  ');
document.write(' <a href="companies.html">Companies</a> | <a href="industries.html">The Industries</a><BR>');
document.write(' <a href="employment.html">Employment</a> | <a href="investment_incentives.html">Investment Incentives</a> |  ');
document.write(' <a href="tender.html">Tender Process</a> | <a href="judgement.html">Judgments</a> |  ');
document.write(' <a href="developments.html">Developments</a> | <a href="privatisation.html">Privatisation</a><BR>  ');
document.write(' <a href="trademarks.html">Trade Marks</a> | <a href="probate.html">Probate and Estate Administration</a> | ');
document.write(' <a href="oil.html">Oil and Gas</a> | <a href="criminal.html">Criminal Defense Litigation</a><BR> ');
document.write(' <a href="insurance.html">Insurance and Reinsurance<a/> ');
document.write(' </h2></center> ');

}