<!--

function openWindow(theurl, wid, hite) {
   newWindow = open(theurl,"","width="+wid+",height="+hite+",scrollbars=1,resizable=1,toolbar=1,menubar=1,location=1,status=1,directories=1");
  } 
  
  function dispSR(pnum, R1, R2) {
  var rad = "xxx";
  if (R1) {
  rad = "all"
  }
  if (R2) {
  rad = "pno"
  }
  var urlstr = "pnum="+pnum+"&R1="+rad;
  var urls = "http://www.thesparepartsdepartment.com/Search.php?"+urlstr;
  newWindow = open(urls,"","width=610,height=125,scrollbars=1,resizable=0,toolbar=0,menubar=0,location=1,status=0,directories=0");
  return;
  }

//-->



