var fDesc=new Array(); fDesc[0] = "The Bose® FreeSpace® 4400 business music system is an integrated four-zone system providing signal processing, routing and amplification for installed business music applications. The system delivers lifelike music and intelligible pages in up to four separate areas. System setup and configuration are accomplished using a PC and the included FreeSpace 4400 Installer™ 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 = ''; } }