var showTR = "table-row";
  if(document.all){
  	showTR="block";
}

  function toggleTR(n){
    var tr = document.getElementById("tr" + n);
    if (tr.style.display == "none" || tr.style.display == "") {
      tr.style.display = showTR;
    } else {
      tr.style.display="none";
    }
  }

  function argucia(){
    alert("pendente - mesmo link em investimentos")
  }


  //hotsite('http://www.argucia.com.br/html/argucia_income_fia.php?menu=comoinvestir',590,503)