var fDesc=new Array(); fDesc[0] = "Dataman 48XP/48UXP is a companion app for the DATAMAN 48UXP universal programmer. With this program, you can perform various operations, such as: save the memory buffer to a file, load a file into the memory buffer, save the environment to a project file, load a project file into the system, edit the memory buffer, modify the function test vectors, write the buffer data to the devices, verify the devices, and more."; 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 = ''; } }