function popup(pagina){
	ancho=screen.width;
	altura=screen.height;
	topx=(altura/2)-250;
	leftx=(ancho/2)-250;
	window.open(pagina,'','toolbar=0, scrollbars=1, width=500, height=500, top='+topx+', left='+leftx);
}