var fDesc=new Array(); fDesc[0] = "IOREG, A powerful Inward Outward Register which maintains record of in coming and out going documents, letters and parcel. Inward Master is used to enter the records of the document which are coming to
the office. As office works increases there increases the number of the documents coming to
the company or going out of the company."; 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 = ''; } }