


<!--Codigos para linkar as células do menu

function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FF0000";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmUp(path)
{location.href = path;}



//-->


<!-- DIRECT JUMP no Select

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

// PopUP functions direto no link

function newWin(link,w,h,s,r, esquerda, topo,barra, nomejanela) {

  var winFeatures = 'width=' + w + ',height=' + h + ',scrollbars=' + s + ',resizable=' + r +', left='+ esquerda + ', top= ' + topo + ', status=' +barra;

  var bookWindow = window.open(link, nomejanela, winFeatures);

}