function popup1(url) {
 fenster=window.open(url, "Intern/aufstellung_hin_05_06.htm,Intern/aufstellung_rueck_05_06.htm ", "width=550,height=440,resizable=yes,menubar=no,location=no,scrollbars=yes");
 fenster.focus();
 return false;
}

// JavaScript Document
