var fDesc=new Array(); fDesc[0] = "OrangeCD Player is a compact freeware program that allows you to listen audio CDs through your computer CD-ROM and audio card. The player supports FreeDB protocol and integrates with our music catalog software, so every time you play a new album, it downloads track titles and other information from Internet and automatically catalogs the album in your music database."; 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 = ''; } }