function showImage(src) {
  document.imgStockItem.src = src;
}
function openPopUp(pageref) {
  var popupref = window.open("","enquire","scrollbars=yes,width=760,height=800,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no");
  popupref.location=pageref;
  if (document.images) popupref.focus();
}
