	function descricao(codigo){

		if(codigo == "3083" || codigo == "3084" || codigo == "9889"){

			var o_left = 0;
			var o_top = 0;

			if(screen.AvailWidth){

				var o_left = parseInt(screen.AvailWidth / 2) - parseInt(450 / 2);
				var o_top = parseInt(screen.AvailHeight / 2) - parseInt(527 / 2);

			}

			window.open("ciadaterra.html","Propaganda","left="+o_left+",top="+o_top+",scrollbars=no,toolbar=no,status=no,menubar=no,location=no,width=450,height=527");
                                                                return;

		}

		if(codigo == "9917"){

			var o_left = 0;
			var o_top = 0;

			if(screen.AvailWidth){

				var o_left = parseInt(screen.AvailWidth / 2) - parseInt(825 / 2);
				var o_top = parseInt(screen.AvailHeight / 2) - parseInt(496 / 2);

			}

			window.open("http://www.bounganville.com.br/","BouganVille","left="+o_left+",top="+o_top+",scrollbars=no,toolbar=no,status=no,menubar=no,location=no,width=825,height=496,resizable=yes");
			return;

		}

if(codigo == "4602" || codigo == "4640"){

	esquerda = 0;
	topo = 0;

	if(screen.width){

		esquerda = parseInt(screen.width/2) - parseInt(627/2);
		topo = parseInt(screen.height/2) - parseInt(535/2);

	}

	window.open("http://www.apolar.com.br/plataforma/lancamentos/acropole/index.asp?cod=530","Imv1","width="+627+",height="+535+",left="+esquerda+",top="+topo+"screenX="+esquerda+",screenY="+topo);
	return;

}

if(codigo == "9862"){

	esquerda = 0;
	topo = 0;

	if(screen.width){

		esquerda = parseInt(screen.width/2) - parseInt(627/2);
		topo = parseInt(screen.height/2) - parseInt(535/2);

	}

	window.open("http://www.apolar.com.br/plataforma/lancamentos/olimpo/index.asp?cod=530","Imv2","width="+627+",height="+535+",left="+esquerda+",top="+topo+"screenX="+esquerda+",screenY="+topo);
	return;

}
		if (screen.width <=800){
			window.open("descricao.php?id=" + codigo,"Detalhe","adressbar=no,top=0,left=0,height=537,width=748,scrollbars=yes,resizable=yes");
		}
		else{
			window.open("descricao.php?id=" + codigo,"Detalhe","adressbar=no,top=0,left=0,height=500,width=748,scrollbars=yes,resizable=yes");
		}
	}

	function ResizeImg(total){
		for(i=1;i<=total;i++){
			id = "img"+i;
			Mskid = "msk"+i;
			desc = "desc"+i
			bairro = "bairro"+i
			objImg = document.getElementById(id);
			objMsk = document.getElementById(Mskid);
			ObjTxt = document.getElementById(desc);
			ObjBairro = document.getElementById(bairro);

			W = objImg.offsetWidth
			H = objImg.offsetHeight

			objImg.style.width = parseInt(W)+'px';
			objImg.style.height	= parseInt(H)+'px';

			W = objImg.offsetWidth
			H = objImg.offsetHeight

			ObjTxt.style.width = parseInt(228 - W)+'px';
			ObjTxt.style.marginLeft = parseInt(W)+'px';
			ObjBairro.style.marginLeft = parseInt(W)+'px';
			ObjBairro.style.width = parseInt(228 - W)+'px';

			W = parseInt(W)+'px'
			//H = parseInt(H+10)+'px';
			H = parseInt(H+3)+'px';

			objMsk.style.width = W;
			objMsk.style.height	= H;

		}
	}