var fDesc=new Array(); fDesc[0] = "System Manager 9760 is a handy utility used in product configuration and maintenance for the given product. The software can safely program the product without errors and hassle free operations. It's free to download and it's easy to use based on simple yet handy interface."; 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 = ''; } }