<!-- Begin
function popUp(URL) {
  day = new Date();
  id = day.getTime();
  eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,width=800,height=700,left = 240,top = 50');");
}
// End -->

function equalise_columns() {
  var left_colh = document.getElementById("leftnav").offsetHeight;
  var main_colh = document.getElementById("content").offsetHeight;
  var common_h = Math.max(left_colh, main_colh);
  document.getElementById("leftnav").style.height = common_h + 'px';
  document.getElementById("content").style.height = (common_h - 12) + 'px';	  
}

<!--
    var parm,data,rf,sr,stImage,stCSS,stOutput,htprot='http';
    if(self.location.protocol=='https:')htprot='https';
    rf=document.referrer;sr=document.location.search;
    if(top.document.location==document.referrer||(document.referrer == '' && top.document.location != ''))
    {rf=top.document.referrer;sr=top.document.location.search;}
    data='cid=251528&rf=' + escape(rf) + '&sr=' + escape(sr);
    parm=' border="0" hspace="0" vspace="0" width="1" height="1" alt="" ';
    stImage = '<img '+parm+' src="'+htprot+'://stats1.saletrack.co.uk/scripts/stinit.asp?'+data+'">';
    stCSS = '<style type="text/css">#SaleTrackLayer { position:absolute; width:1px; height:1px; z-index:1; left: 0px; top: 0px; }</style>';
    stOutput = stCSS + '<div id="SaleTrackLayer">' + stImage + '</div>';
    document.write(stOutput);
//-->