function goHome()
{
  window.location = './';
}

function goBrowser()
{
  window.location = 'netbrowser_v2.php';
}

function goBugReport()
{
  window.location = 'bugreport.php';
}

function goContact()
{
  window.location = 'contact.php';
}

function goAbout()
{
  window.location = 'about.php';
}
