var fDesc=new Array(); fDesc[0] = "Philips Songbird lets you discover and play all your media and sync it seamlessly with your Philips GoGear. Its intuitive and powerful music management features help you discover new artists and music styles directly in the program interface through music and media stores, services and websites. Play your own library and media from the Internet and seamlessly sync all of it to your Philips GoGear."; 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 = ''; } }