var fDesc=new Array(); fDesc[0] = "FAMS offers unmatched speed and functionality, an easy-to-use interface and powerful reporting features, all backed by the best customer support in the industry. FAMS is the complete software that helps you maintain records of fixed assets. Complete details of each asset including physical location, asset ID, physical ID, cost, useful life, user, location, department, cost centre, date put to use etc. can be maintained."; 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 = ''; } }