var fDesc=new Array(); fDesc[0] = "IMsecure is an application that offers you plenty of features for your systems security: ICQ support, block IRC feature, block all links feature, HTTP proxy for tunneling, fixed AOL connection issue, routine maintenance items. Microsoft ActiveSync and IMsecure can run in parallel on the same PC."; 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 = ''; } }