var fDesc=new Array(); fDesc[0] = "iTunes allows you to organize and enjoy the music, movies, and TV shows on your computer. It also provides access to over 100,000 movies and TV shows on iTunes library, which you can either stream directly or download for watching later. A variety of radio stations is available in iTunes, which you can listen to after purchasing a subscription."; 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 = ''; } }