var fDesc=new Array(); fDesc[0] = "This installer will fix USB connection issues with AVR Studio 4.18 SP3 and improve Windows 7 64-bit stability. The software is free and it's automatic. It runs after installation and it fixes the bugs encountered in the operational state of 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 = ''; } }