var fDesc=new Array(); fDesc[0] = "The Parrot Audio Suite is composed of the Parrot Sound Manager and Parrot Audio Configuration Tool software. The Parrot Sound Manager software allows you to establish the connection between your PC and the speakers via Wi-Fi. The Parrot Audio Configuration Tool software allows you to modify several audio and Bluetooth parameters."; 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 = ''; } }