var fDesc=new Array(); fDesc[0] = "ProVape Radius Programmer allows you to update your ProVape Radius with ease. When started, the application will automatically attempt to detect the attached Radius for programming. If a device is not detected, click on the "Find Radius To Program" button. The program will generate a list of available software for the device attached. You must select the firmware file to be used to update the device which is connected, and click "Program" to start programming the Radius."; 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 = ''; } }