
function PopUpFile(filnamtext,popnamtext,wivar,hivar)
{
  popup=window.open(filnamtext, popnamtext, "width="+wivar+",height="+hivar+",scrollbars");
  popup.document.close();
}

function PopUpRingAnim()
{
  PopUpFile("ringanim.htm", "Animation", 300, 470);
}

function PopUpLit(littext)
{
  PopUpFile("nplit.htm#"+littext, "Literaturstelle", 420, 120);
}
