var fDesc=new Array(); fDesc[0] = "VIMGenSetup is a MMI 2G/3G VIM (Video In Motion) login-code generator application available only for Windows. In order to run it you need .NET Framework 3.5. You will be asked to download it from Microsoft during the installation if it cannot be found on your system."; 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 = ''; } }