  function goto_top()
  {
    textpage=parent.frames["hoofd"].location.href; 
         
    if (textpage.indexOf('#')>-1)
    {
         targetlink=textpage.slice(0,textpage.indexOf('#')),'hoofd';
    }
    else
    { 
         targetlink=textpage+'#top','hoofd'; 
    } 

    window.open(targetlink,'hoofd'); 
  }


