function showImg(id){
	parent.document.getElementById("idP").value = id;
	parent.document.getElementById("divShowPort").style.display="";
	parent.document.getElementById("imageShowProd").src="img.php?imagem=../cliente/imagesconvite/portifolio_"+id+"/grande_1.jpg&altura=360&msg=ConvidaArte";
	parent.buscaTitulo();
	parent.document.getElementById("imgThumbs").src = "thumbs.php?id="+id;
}

function trocaImgPort(num, id){
	document.getElementById("numImg").value = num;
	document.getElementById("imageShowProd").src="img.php?imagem=../cliente/imagesconvite/portifolio_"+id+"/grande_"+num+".jpg&altura=360&msg=ConvidaArte";
}

function fechaShowPort(){
	document.getElementById("divShowPort").style.display="none";
	
	//limpa
	document.getElementById("imageShowProd").src="IMAGENS/carregando.png";
	document.getElementById("numImg").value = 1;
	document.getElementById("imgSetaE").style.visibility="hidden";
	document.getElementById("imgSetaD").style.visibility="";
	document.getElementById("tituloPortifolio").innerHTML="";
}