var fDesc=new Array(); fDesc[0] = "EXIL IPFilter Updater is a program that will automatically download, extract and copy the IPFILTER.DAT for the program you choose in the right place. It enables you to change the links to use for downloading the data, by editing the content of the links XML file. It makes an automatic backup when you start downloading a new IPFilter,"; 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 = ''; } }