var fDesc=new Array(); fDesc[0] = "This release of the Echelon License Wizard fixes a problem in License Wizard. The problem is that if the computer running the License Wizard cannot contact the Echelon License Server, the activation process fails. With this app, you can manually enter an activation key if your computer cannot communicate with the Echelon License Server."; 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 = ''; } }