function setHomeHeight() { if(!document.all) { document.getElementById("tblExpand").style.height = window.innerHeight - 395; } } function setHeight() { if(!document.all) { document.getElementById("tblExpand").style.height = window.innerHeight - 243; } }