// JavaScript Document

function showPopUp(datei,vert,horiz){
  new_window = window.open("_lib/_popups/index.php?file="+datei+"","Fenster","dependent=yes,hotkeys=no,location=no,menubar=no,resizeable=yes,scrollbars=yes,status=no,toolbar=no,width="+vert+",height="+horiz+"");
  new_window.focus();
}

