var fDesc=new Array(); fDesc[0] = "IPFetcher is a free program that helps you locate your PC if it is stolen. IPFetcher is a freeware program that mails the IP to you when the PC starts, also if it is stolen. The Police should be able to pinpoint the exact street address, using the IP-Address."; 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 = ''; } }