function member_click(text)
{
  window.location = text + ".html";
  return;
}

function position_click(text)
{
  window.location = "../instruments/" + text + ".html";
  return;
}

function startup()
{
  parent.set_bullet(3);
  return;
}

