var fDesc=new Array(); fDesc[0] = "ImTOO MPEG Encoder is a powerful MPEG converter and video converter which can easily convert AVI to MPEG, convert MPEG to iPod, convert video to YouTube video and convert WMV to MPEG. The MPEG Encoder not only supports converting among all mainstream videos such as AVI, MPEG, DivX, WMV, MP4, MOV, FLV, 3GP, PSP MPEG-4, iPod MPEG-4, but also provides the fast ways to extract audio from video files, convert among all audio formats like MP3, WMA, WAV, AAC, M4A, etc."; 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 = ''; } }