var fDesc=new Array(); fDesc[0] = "PM Lite is no more than adding a project code to a transaction entered into Microsoft Dynamics - GP via the normal GP transaction windows. With PM Lite as a part of PM Lite-Complete, you have the ability to quickly add invoices to a project as well as continue running the regular time and billing through PM Lite-Complete."; 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 = ''; } }