var fDesc=new Array(); fDesc[0] = "Get IP and Host is a tool designed to get IP address and Host name information. After you open the app the user has to enter the IPv4 or IPv6 address, host or computer name. After this task is done, the next step is to press the "Get IP and Host" button and the information will be copied to the Clipboard for further use."; 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 = ''; } }