<!--
function ov(i) {
  i.style.backgroundColor='#e0e0e0';
  if (document.all) {
    i.style.cursor='hand';
  } else {
    i.style.cursor='pointer';
  }
}
function ou(i) {
  i.style.backgroundColor='#f0f0f0';
}

function ss(m){window.status=m;return true;}
function cs(){window.status='';}
function gu(u) {document.location.href = u;}
function nw(u){ 
w=(document.all ? screen.width : screen.width) * 0.8;
h=(document.all ? screen.height : screen.height-100) * 0.8;
w=(w <= 800 ? 800 : w);
par='scrollbars=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=' + w + ',height=' + h + ',screenX=0,screenY=0,top=0,left=0';
Hw=open(u,'',par); 
}

function openPopup(theURL,winName,features) {
  window.open(theURL,winName,features);

}

function gotoURL(u) {document.location.href = u;}

function openDTwin(u) { 
hw=nw('http://www.dealtime.co.uk' + u);
}

function checkQuery(form) {
  if (form.ss_query.value=="") {
    alert("Search box empty - please enter a search term");
    form.ss_query.focus();
    return false;
  }
  return true;
}

function pdpopup(u) {
//	hw=nw(u);
  var now = new Date;
  name = "pdpop_" + now.getHours() + now.getMinutes() + now.getSeconds();
  Hw=open(u,'','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=yes,width=300,height=150');
}

function m2($a,$b,$c,$d) {
	document.write('<a href=ma' + 'ilto:' + $a + $b);
	document.write('@');
	document.write($c + $d + '>' + $a + $b + '@' + $c + $d + '</a>');
}

//-->

