function Load(URL)
{
  parent.right.location.href = URL;
  parent.index.Select(URL);
}

window.Load = Load; // make it visible to index frame

