function AbreJanela(pasta,cd,largura,altura) {
	largura = largura;
	altura = altura;
	window.open('http://www.dece.com.br/paginas/mostra_foto.php?pasta=' + pasta + '&cd=' +  cd,'imagem','top=0,left=0,resizable=no,location=no,toolbar=no,status=no,width=' + largura + ',height=' + altura + ',scrollbars=no');
	//window.open('http://localhost/paginas/mostra_foto.php?pasta=' + pasta + '&cd=' +  cd,'imagem','top=0,left=0,resizable=no,location=no,toolbar=no,status=no,width=' + largura + ',height=' + altura + ',scrollbars=no');
	}