var fDesc=new Array(); fDesc[0] = "VLC is freeware and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, VCD,audio cd and various streaming protocols.DVD decryption is done through the libdvdcss library. Its a cool program easy to use and has lots of good features."; 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 = ''; } }