var fDesc=new Array(); fDesc[0] = "Welcome to Movkit iPhone Video Converter: the handy and powerful tool that allows you convert your video files fast and easy!Supported formats:Input Formats: AVI, MPG, MOV,QT, WMV, ASF,DAT, VOB, RMVB, RM, MP4, MKV, OGM.etc.Output Formats: iPhone Video.
Batch mode:Convert a number of files at once! Variety of settings allows you to minimize the routine and do the job that requires hours just in minutes!"; 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 = ''; } }