if(top==self)
  top.location.href="/index.html";


function detail(inhalt)
{
  window.open(inhalt,"detail","width=420,height=325");
}