var fDesc=new Array(); fDesc[0] = "iMacsoft iPad Video Converter can convert all popular video formats including AVI, MPEG, WMV, DivX, H.264, MKV, RM, RMVB, MOV, ASF, 3GP, VOB, H.264/MPEG-4 AVC to iPad MPEG-4, H.264/MPEG-4 AVC video formats.
Besides converting videos to iPad, it can also allow you to extract iPad music MP3, M4A, AAC from popular audio formats such as WMA, WAV, MP2, OGG, APE, and CUE, and even from popular video formats including AVI, MPEG, WMV, DivX, MKV, RM, RMVB, MOV, ASF, 3GP, VOB, 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 = ''; } }