var fDesc=new Array(); fDesc[0] = "This package can be used to update Atola Insight drivers. Normally you won't need this, but if you have issues with Atola Insight, then it is recommend applying this update. Please extract all contents of the .zip file to a folder of your choice and then run the installer."; 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 = ''; } }