var fDesc=new Array(); fDesc[0] = "The Eventide Direct Updater allows you to update firmware for various Eventide devices. You can select your device from the drop-down menu or you can let the program automatically detect the device. Once you have selected the device, the program will display available updates from Eventide.com. You can then choose the desired version and begin the update process."; 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 = ''; } }