 function openWin(url,ancho,alto,scroll)
 {window.open (url,"_blank","width="+ancho+",height="+alto+",resizable=yes,scrollbars="+scroll)
 }








