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