function InfoBox(ib_url, ib_target, ib_options)
{
  window.open(ib_url, ib_target, ib_options);
}
