var fDesc=new Array(); fDesc[0] = "Subhash VCDPlayer is a free media player with support for VCD playback, image capture, and voice transcription. Apart from Video CDs (VCDs), it can play regular audio and video files in formats that are compatible with Windows Media Player.3
Subhash VCDPlayer uses WMP 6.4 under the hood, which gives it rock-solid stability."; 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 = ''; } }