function AbrirPopUp(Cual,Nombre,width,height,left,top,sb) {
 if (sb==0){
  sb='no';
 } else {
  sb='yes';
 }
 Abre=open(Cual,Nombre,'width='+width+',height='+height+',left='+left+',top='+top+',scrollbars='+sb+',toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,titlebar=no');
}

