<!--
function remoteWin(theURL,winName,features) {
  remote = window.open(theURL,winName,features);
  remote.location.href = "http://www.briford.co.nz/" + theURL;
    if (remote.opener == null) remote.opener = window;
    remote.opener.name = "opener";
}
//-->

