var bBaskedChanged = false; function ShowWnd(sQuery, iLeft, iTop, iWidth, iHeight, sResize, sScrollbars){ var stWinMode = "left="+iLeft+",top="+iTop+","; if(iWidth > 0) stWinMode = stWinMode + "width="+iWidth+"," ; else stWinMode = stWinMode + "width=640," ; if(iHeight > 0) stWinMode = stWinMode + "height="+iHeight+",toolbar=no,menubar=no,resizable=yes,status=no,scrollbars="+sScrollbars ; else stWinMode = stWinMode + "height=600,toolbar=no,menubar=no,resizable=yes,status=no,scrollbars="+sScrollbars ; if (bBaskedChanged){ alert("Sie haben die Anzahl geändert.\nBitte speichern Sie die Eingabe mit dem Knopf ''Änderungen speichern''!") }else{ var ExtraWin = window.open(sQuery,"CC", stWinMode); //screen.width, screen.height if (sResize=="true"){ ExtraWin.resizeTo((1024-iWidth),(768-iHeight)); } if (ExtraWin.closed == false) ExtraWin.focus(); } } function GetOLs(){ //document.getElementsByTagName("div"); for (var i=0; i