function loadwindow(myWin,ancho,alto){

      window.open(myWin,"_blank","location=no,toolbar=no,width="+ancho+",height="+alto+",left=0,top=0");
}