function popup(url, ancho, alto){
var paramwindow="menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width="+ancho+",height="+alto+",left="+((screen.width-ancho-20)/2)+",top="+((screen.height-alto)/2);
reWin=window.open(url,'popup',paramwindow)
}
