function imprensa(id)
{
	w = screen.width - 10;
	h = screen.height - 60;
	window.open('pagina.php?id='+id, 'imprensa', 'top=0, left=0, width='+w+', height='+h+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no, maximized=yes');
}
function fotos(id)
{
	w = screen.width - 10;
	h = screen.height - 60;
	window.open('pagina2.php?id='+id, 'imprensa', 'top=0, left=0, width='+w+', height='+h+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no, maximized=yes');
}