function popup(url,ancho,alto){

	window.open(url,'','height='+alto+',width='+ancho+',menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,left='+((screen.width-ancho)/2)+',top='+((screen.height-alto)/2));
	
	return false;
}