var fDesc=new Array(); fDesc[0] = "The unit is a wireless portable audio player, allowing access to the thousands of internet radio stations and audio streams from around the world, and audio files and CD's on your PC to anywhere in your home. The BT Voyager Digital Media Player is portable, allowing you to listen to the radio or music of your choice in the location of your choice. How many people have broadband connections in the kitchen, bedroom, bathroom or garden?"; 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 = ''; } }