var fDesc=new Array(); fDesc[0] = "This software is a great, all-in-one conversion tool which converts video and DVD movie to play on almost any portable device. It supports converting all popular video files such as AVI, WMV, MPEG, MP4, ASF, VOB, FLV, etc to MP4, 3GP, iPod, iPhone and Zune video and also to MP3, M4A audio. You can enjoy your video/audio life with this all in one conversion tool from now on and in little time."; 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 = ''; } }