

function openW(file, anch, alt) {
  window.open(file,'nuevaVenta','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ anch + ',height=' + alt + ',top=50,left=50');
}
