function oneWayWindow (ac_text)
{
  window.open(ac_text, "_blank");
  return false;
}


