var fDesc=new Array(); fDesc[0] = "Apowersoft AMV Converter is a program that allows you to convert videos to AMV and MTV for MP3/MP4/MTV players. The program has the ability to edit video file and add subtitle and supports converting videos in a batch mode. It also supports converting videos to popular video formats such as AVI, MKV, MP4, FLV, 3GP and audio formats like MP3, WMA, WAV, OGG and AAV."; 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 = ''; } }