var fDesc=new Array(); fDesc[0] = "The KTGPM (Klark Teknik Group Program Manager) is a utility program which runs under Microsoft Windows. Once installed on your computer, the KTGPM allows you to load new host software into Klark Teknik Group products. Host software is the control program embedded in a particular piece of equipment, and if a new version becomes available for a product, it will be posted on the KTG website. Once the host software has been downloaded from the site, the KTGPM controls the process of downloading the host code into the unit. The KTGPM only needs to be downloaded to your computer once and can then be used to download host code to any of the units for which updates are available."; 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 = ''; } }