var fDesc=new Array(); fDesc[0] = "The Software Utility is named as Display IP Address which displays IP Address of your Computer in a small pop up window. The Main Window of the Software Utility remembers it's last location so when you move the IP Address Window and start it next time, the IP Address window will pop up at the last moved location on the Computer Screen."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }