function popup(url,ancho,alto)
 {
	 window.open(url,"_blank","location=1,status=1,resizable=no,width="+ancho+",height="+alto+",left="+((screen.width-ancho) / 2)+",top="+((screen.height-alto) / 2));
 } 
