var fDesc=new Array(); fDesc[0] = "Fugoo Speaker Updater is a utility that helps you update the firmware for original smaller Fugoo Speakers. First, you must download the current version of the FUGOO Speaker firmware from the website. With the Updater Utility, you'll browse to your Downloads folder, and select the Fugoo Speaker firmware file (the filename ends in .dfu). In a few minutes, the program will update the speaker's firmware to the newest version."; 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 = ''; } }