// FUNÇÃO CHAMAR POPUP

		function openFotos (pagina)
	{
		window.open(pagina,'fotos','width=236,height=236,scrollbars=auto');
	}