function Inv(Lar,Alt) {
	document.write('<img src="img/inv.gif" width="'+ Lar +'" height="'+ Alt +'" border=0>');
}

function AbreBox(Titulo,Lar,Alt){
  document.write('<table cellpadding="3" cellspacing="0" border="0" style="width:'+ Lar +';background-image:url(../img/fundo_box.jpg)"><tr><td valign="top"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;height:'+ Alt +'"><tr><td style="padding-left:4PX;height:23px;background-image:url(../img/fundo_titulos.jpg)" class="FonteBranco12Bold" align="left">'+ Titulo +'</td></tr><tr><td valign=top style="padding-left:4px;">');
}

function FechaBox(){   
  document.write('</td></tr></table></td></tr></table>');
}


function AbreBoxDescricao(Lar,Alt){
  document.write('<table cellpadding="3" cellspacing="0" border="0" style="width:'+ Lar +';background-image:url(../img/fundo_box_descricao.jpg)"><tr><td valign=top style="padding:4px;">');
}

function FechaBoxDescricao(){   
  document.write('</td></tr></table>');
}





















