// JavaScript Document

// ------------------------------------------





function kniggeWindow() {
    window.open(
      "http://www.jkbserv.de/adtv/site/jsp/aktionen/kniggeCheck/index.jsp",   // URL (or "")
      "kniggeWindow",  // name
      // options (all in one line without spaces!):
      "width=400,height=300,
       resizable=1,scrollbars=1,
       menubar=1,toolbar=1,location=1,status=1" );
  }
