function inside(path, title)
{
  ref = window.open(path, title, 'width=550,height=465,resizable=yes,scrollbars=yes,status=no');
  ref.focus()
  return false;
}