var fDesc=new Array(); fDesc[0] = "Walkingspree Inspire Bluetooth allows you to sync your device with the PC. When activating, it will set up the time and delete all the previous recordings. Once the connection is successfull, you will have the possibility to transfer the data and analyze all the content."; 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 = ''; } }