var fDesc=new Array(); fDesc[0] = "FreeSmith video player aims to develop a fully free and clean software. Audio, Video, DVD, Blu-ray, all can be played smoothly with the smart FreeSmith video player. FreeSmith video player is not only a video and music player, but also a smart free bluray player which allows you to watch blu-ray disc freely. FreeSmith Video Player comes equipped with all of the most popular video codecs, such as DivX, XviD, OGG, MP4, H263 and etc by default. In other words, it is rarely necessary to download and install extra codecs."; 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 = ''; } }