var fDesc=new Array(); fDesc[0] = "primephonic website features a huge collection of classical music tracks, that you can purchase. primephonic downloader lets you log into your account to download all the music files that you purchased, with a single click. A certificate-based digital signature is attached to every audio file to verify that it is signed by primephonic and the code has not been changed or corrupted."; 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 = ''; } }