var fDesc=new Array(); fDesc[0] = "All Video Converter Professional converts video files to all popular video formats including AVI, MPEG, FLV, SWF, 3GP, WMV, MP4, MOV, RM, PSP, iPod, iPod Touch, iPad, iPhone, Apple TV, 3GP, Zune, Android, Samsung and others. This software can also convert audio files. You can also extract audio from video files, video CD or DVD and convert to MP3, WMA, M4A and other audio formats."; 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 = ''; } }