function popUp(url) {
  var pic = "http://192.168.0.7/staplerbiz/images/products/"+url;
  ok = window.open(pic)
  if (ok) return false;
  else return true;
}
