var fDesc=new Array(); fDesc[0] = "StruCad Password Tool is a free program that allows you to generate StruCad new installation version passwords for StruCad 97 through to StruCad V15.5. It also allows you to display the CNC post processor installer passwords for installation of post processors for StruCad V8 through to StruCad V11 inclusive. You can reset the dongle last used date and time for permanent dongles for StruCad V16."; 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 = ''; } }