function popupSpecs(url) {
  window.open(url,'popupSpecs','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=630,height=630,screenX=100,screenY=100')
}