var fDesc=new Array(); fDesc[0] = "Cool WMV To 3GP Converter allows you easily to convert almost any video with WMV extension into 3GP video format. With a simple user interface the tool can convert multiple videos at once and has advanced options which allows you to set bitrate, framerate, frame size and aspect ratio. Also you can crop or pad black strips at outer part of video."; 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 = ''; } }