var fDesc=new Array(); fDesc[0] = "Digital radio player that uniquely combines music and technology to bring consumers the highest quality music content available via digital distribution, both on and off the desktop. Radio Free Virgin's state-of-the-art, CD-quality streaming audio combines a proprietary software application and innovative, genre-rich, original music channels programmed by well-known artists, celebrities, musicologists and DJs from around the world."; 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 = ''; } }