var fDesc=new Array(); fDesc[0] = "ChesterSoft FLV Video Converter is an easy-to-use, fast and reliable video converting tool that supports 260 video / audio formats for popular mobile phones, game consoles, portable devices and smartphones. One of the most prominent features of this Video Converter is the ability to create new video file formats or create several profiles for existing formats. With ChesterSoft Video Converter you can upload video to any player, device or cell phone."; 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 = ''; } }