var NS = (document.layers); var IE = (document.all); //Filemanagement function GetSelectedFilename() { var a=""; var obj=document.getElementsByName("file[]"); var anz=0; if(!obj.length) { if(obj.checked){a=obj.value;} } else { for (i=0; i23) obj.style.pixelHeight=obj.style.pixelHeight - 20; if(i==2) obj.style.pixelHeight=obj.style.pixelHeight + 40; } else { //alert("not IE"); if(i==0) obj.style.height=4; if(i==1) obj.style.height=20; if(i==2) obj.style.height=240; } } function GetSQLHeight() { var obj=document.getElementById("tb_sql"); if(IE) { return obj.style.pixelHeight; } else { return obj.style.height; } }