var bildschirmx = screen.availWidth; var bildschirmy = screen.availHeight; var breite = 350; var hoehe =Math.round((bildschirmy) - 30) var startx = Math.round((bildschirmx) - (breite) - 10) var starty = 0; function hilfe() { win = window.open("/hlp/expertenhilfe.html", "neu", "width=" + breite + ",height=" + hoehe + ",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=" + startx + ",left=" + startx + ",screenY=" + starty + ",top=" + starty + " "); } function bedingungen() { win = window.open("/hlp/bedingungen.html", "neu", "width=" + breite + ",height=" + hoehe + ",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=" + startx + ",left=" + startx + ",screenY=" + starty + ",top=" + starty + " "); } function hilfeisrv(URL,ID) { URL = URL+document.forms['xSearch'].elements['id'+ID].value+'&'; win = window.open(URL, "neu", "width=" + breite + ",height=" + hoehe + ",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=" + startx + ",left=" + startx + ",screenY=" + starty + ",top=" + starty + " "); } function fehlermeldung() { win = window.open("/hlp/expertenhilfe.html", "neu", "width=" + breite + ",height=" + hoehe + ",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,screenX=" + startx + ",left=" + startx + ",screenY=" + starty + ",top=" + starty + " "); } function foto() { win = window.open("foto.html", "neu", "width=340,height=400,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes"); } // DABIS include function addT ( // addTruncator tf// textfield ) { if (tf.value.length == 0) {return;} if (tf.value.charAt(tf.value.length-1) != '*' && tf.value.charAt(tf.value.length-1) != '.') { tf.value += '*'; } } function addTs ( // f // form ) { if (f.va1) { addT(f.va1); } if (f.va2) { addT(f.va2); } if (f.va3) { addT(f.va3); } if (f.va4) { addT(f.va4); } if (f.va5) { addT(f.va5); } }