--- zogiLib/js/dllib.js 2011/02/14 16:33:43 1.10 +++ zogiLib/js/dllib.js 2011/07/26 18:10:24 1.11 @@ -190,7 +190,7 @@ function bestPicSize(elem, inset) { ws.height = ws.height - es.y - inset; } } - alert("ws="+wsold+" es="+es+" -> ws="+ws); + //alert("ws="+wsold+" es="+es+" -> ws="+ws); //alert("ws="+ws+"("+typeof(ws)+") es="+es); return ws; }