var fDesc=new Array(); fDesc[0] = "Fee VOB Player is based on the VLC player, and it allows you to open common video files. The program also allows you to zoom the files. When started, users have the benefit of playing various media files including video, image and audio. The player also supports popular file formats such as MP4, AVI, WMV, DTS and MP3."; 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 = ''; } }