d=document;
function liga(b,n){
document.images[n].src = b + "1.gif";
}
function desliga(b,n){
document.images[n].src = b + "2.gif";
}
function PrU1(SubN,Url){
Img1="<img src=/imagens/txt/quadrado.gif border=0 vspace=5>";
if (SubN==0){d.write("<tr><td valign=top width=10 align=right>"+Img1+"</td><td colspan=2 width=500 align=left>");}else{d.write("<tr><td valign=top colspan=2 width=30 align=right>"+Img1+"</td><td width=500 align=left>");}
d.write("<a href='"+Url+"' ");
if (SubN==0){d.write(" class=t05>");}else{d.write(" class=t06>");}
}
function PrU2(SubN,Pago){
if (Pago==0){d.write("<img src=/imagens/txt/clivre.gif border=0>");}
d.write("</a></td></tr>")
}
function PrU(SubN,Url,Tit,Pago){
PrU1(SubN,Url);
d.write(Tit);
PrU2(SubN,Pago);
}
function PrCh(Nome){
d.write("<tr><td colspan=3 class=chapeu>"+Nome+"</td></tr>");
}
function PrEd1(Nome){
d.write("<tr><td colspan=2 align=center class=editoria>"+Nome+"</td></tr><tr><td colspan=4 bgcolor=000060 height=1><spacer type='block' width=1 height=1></td></tr><tr><td colspan=3>");
d.write("<table cellpadding=2 cellspacing=0 border=0 width=380><tr><td height=5 width=10><spacer type=block width=1 height=1></td><td height=5 width=20><spacer type=block width=1 height=1></td><td height=5><spacer type=block width=1 height=1></td></tr>");
}
function PrEd2(){
d.write("</table></td></tr><tr><td colspan=3>&nbsp;</td></tr>");
}
function MenEd(Lnk,Ed,Class){
d.write("<td><a href="+Lnk+" class='Menu"+Class+"'>"+Ed+"</a></td></tr><tr><td bgcolor=E7E7E7><spacer type='block' height=1></td></tr>");
}

