d=document;
function liga(b,n){
d.images[n].src = b + "1.gif";
}
function desliga(b,n){
d.images[n].src = b + "2.gif";
}
Img1="<img src=/imagens/txt/quadrado.gif border=0 vspace=5>";
function PrU1(SubN,Url){
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 height=15 colspan=4><spacer type='block' width=1 height=1></td></tr><tr><td colspan=4 bgcolor=000000 height=1><spacer type='block' width=1 height=1></td></tr><div style=margin-top:5px;>");
d.write("<tr><td colspan=3><div style=margin-top:5px;><font class=editoria2>"+Nome+"</font><br><div style=margin-top:5px;><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 height=15 colspan=4><spacer type='block' width=1 height=1></td></tr><tr><td colspan=4 bgcolor=000000 height=1><spacer type='block' width=1 height=1></td></tr><div style=margin-top:5px;>");
d.write("</table></td></tr>");
}
function MenEd(Lnk,Ed,Class){
d.write("<td><a href="+Lnk+" class='Menu"+Class+"'>"+Ed+"</a></td></tr><tr><td bgcolor=EAEAEA><spacer type='block' height=1></td></tr>");
}

