
function Colecao() {
	this.imagem = function (categoria,id) {
		var xImg = document.createElement('img');
		xImg.setAttribute('src','../../imagens/colecoes/' + categoria + '/' + id + 'g.jpg');
		xImg.setAttribute('width','200');
		xImg.setAttribute('height','200');
		
		$('IMG').src = '../../imagens/colecoes/' + categoria + '/' + id + 'g.jpg';
		
		$('IMGA').href = '../../imagens/colecoes/' + categoria + '/' + id + 'gg.jpg';
		
		//$('novo').replaceChild(xImg,$('novo').firstChild);
		
		//xLista = '<img src="../../imagens/colecoes/' + categoria + '/' + id + 'g.jpg" alt="Lunender 1981" />';
		//$('novo').innerHTML=xLista;
		//$('IMG').setAttribute('src','../../imagens/colecoes/' + categoria + '/' + id + 'g.jpg');
	}
}

colecao = new Colecao;
