var fDesc=new Array(); fDesc[0] = "AISNSim is with a new download and install system. To download the latest version just register an account here and log in with it. There you will see the download link. But for the installation of the sim you need a SERIAL KEY so go to the section REGISTER SERIAL and get your Lincense Key. This system was integrated to keep track of the number of users who are using AISNSim."; 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 = ''; } }