var fDesc=new Array(); fDesc[0] = "ASC Easy Cashbook was written for persons who does not have too much knowledge of computer & accounts but they want to manage their book of accounts properly. This contains module of accounts only, so any business that have no involvement of inventory (stock) can use the features of this software. The input procedure is very simple, just daily receipt and payment feeding in single form."; 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 = ''; } }