if (window.innerHeight){
winHeight = window.innerHeight;
}else if ((document.body) && (document.body.clientHeight)){
winHeight = document.body.clientHeight-50+"px";
}
document.getElementById("listiframe").style.height=winHeight"px";
document.getElementById("deptTree").style.height=winHeight+"px";if (window.innerHeight){
winHeight