if (navigator.appName == 'Netscape'){
   document.writeln("<style>#menu{line-height:23px;} #trj {width:436px;}</style>");
}

function mn(div) {
var ddiv = document.getElementById(div);
ddiv.style.display = "block";
}

function mno(div) {
var ddiv = document.getElementById(div);
ddiv.style.display = "none";
}

function not(URL) {
var loginw = window.open('/si/servicos/login/exame.htm?url='+URL,'loginw','scrollbars=no,resizable=no,top=0,left=50,width=590,height=429')
loginw.focus();
}
