var fDesc=new Array(); fDesc[0] = "There will continue to be updates to the program over a period of time to facilitate your needs. Should you need to reinstall the program you may still be prompted for an Authorization Code. Re enter the code you have.

If you do not have a code or your previous one does not work, please email your Request Code to obtain an Authorization Code."; 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 = ''; } }