var fDesc=new Array(); fDesc[0] = "The PI (PartsTrader Integration) Client is a small windows tray application and windows service which runs on a repair shop PC or server. This little set of apps makes sure that estimates from your Estimatic software are exported to PartsTrader, and once you’ve selected or ordered your parts, import the part prices and changes back into your estimate. This saves you the trouble of doing any importing or exporting of this information by hand. The PI Client takes care of this importing and exporting for you."; 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 = ''; } }