var fDesc=new Array(); fDesc[0] = "InTrek Premium General is a simple way to manage and track the quantity, location and history of products/assets. InTrek Premium is the next generation of asset management and tracking. it allows you to add notes (service records, repair notes, etc.) and documentation (purchase orders, manuals, etc.) to a particular inventory. In addition to all the features InTrek Premium offers the ability to Store, View and Edits notes associated with an inventory and apply version control to the inventory documentation."; 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 = ''; } }