var fDesc=new Array(); fDesc[0] = "Maintenance Parts Bin is a comprehensive parts inventory software system. You can maintain your parts inventory as well as databases in the most cost effective and suitable way. The primary functionality is stock control, cater to reorders and parts management. Secondarily, this tool allows you to customize an existing database title or creates new ones to suit your requirements. The administrator is the sole person entitled to edit a database."; 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 = ''; } }