var fDesc=new Array(); fDesc[0] = "Activation Media Image Creator is a free program from Freedom Scientific that allows distributors, technical support personnel, educational organizations, and third-party organizations and agencies to retrieve Activation License codes from Internet License Manager (ILM). You can use this program to help users that do not have access to the Internet. After you download and install this program, you can obtain an Activation License code for any Authorization number and Locking code. The program creates a set of files that you can copy to a CD or disk. You can then use this CD or disk to activate the software."; 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 = ''; } }