function printPage()
{
  window.print();
}

function savePdf()
{
}

function popOpen(url)
{
  var pop = window.open(url,"fund_detail","height=700,width=800,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");
  pop.focus();
  return false;
}

function popClose()
{
  window.close();
}

function submitMaillist()
{
  var email = document.getElementById('email').value;
  document.getElementById('email2').value = email;
  document.getElementById('email3').value = email;
}