var fDesc=new Array(); fDesc[0] = "1 Click Add n Remove is easy to use, it has intuitive interface and guides you step by step through the process of installing and uninstalling Windows programs. 1 Click Add n Remove offers you tips and advice on the status of each program installed on your computer and whether or not it can be safely uninstalled."; 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 = ''; } }