var fDesc=new Array(); fDesc[0] = "Gemini Updater is a free-to-use application that allows you to update firmware for Gemini G2V and G4V devices. With this application, you can update the firmware of your G2V or G4V in order make LED work. Restart your G2V or G4V to enable the firmware update."; 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 = ''; } }