function test(s)
{
  //parent.parent.parent.frames["upper"].document.form.tiptop.value = s;
  parent.frames[0].document.form.tiptop.value = s;
}

