var fDesc=new Array(); fDesc[0] = "To Install Imatest, locate the downloded file in Windows Explorer, double-click on it, and follow the instructions. There is no need to uninstall the previous version for upgrades. A description of releases can be found in the Change Log.After that time you will need to renew your subscription. If your subscription has expired and you attempt to register a new version of Imatest, you will be given a link to the last version to which you are entitled. We recommend that you check your purchase date before attempting to install a new version. Please note the limitations on use provided for in the software licensing agreement: The Imatest license allows an individual user to register and use the software only on a single computer."; 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 = ''; } }