var fDesc=new Array(); fDesc[0] = "StriimControl is a an application for PCs and smartphones to play music on your AwoX Striim audio products. AwoX StriimLIGHT Wi-Fi is a Wi-Fi speaker contained in an LED light bulb. Your music player pumps out your favorite sounds anywhere you can plug in a lamp. You can use multiple lamps for surround-sound. This program works only with StriimLIGHT Wi-Fi, StriimLINK, and StriimSOUND."; 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 = ''; } }