function toggleNavi(s, c)
{
  s.firstChild.src = c;
}

function doWinOpen(s, w, h)
{
  window.open(s,'','width='+w+', height='+h);
}

function goToBook(id)
{
  location.href = 'buchtipps_detail.php?aid=' + id;
}
