var fDesc=new Array(); fDesc[0] = "SMARTDAC Standard Hardware Configurator is a PC software application for creating setup data for the GX10/GX20/GP10/GP20/GM10 Paperless Recorders family, and GM Data Acquisition System. You can use it to create, edit, save, and print setup data. You can also use it to exchange data with a GX/GP or GM and control it via communication. You can load the settings from a separate file and apply them to the current setup data."; 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 = ''; } }