var fDesc=new Array(); fDesc[0] = "mediAvatar iPad Video Converter can convert movies and videos to play on your iPad so you can catch up on your movies even on-the-go. Enjoy excellent video and audio quality even after fast video to iPod conversion! Convert just about all popular HD and SD video formats such as AVCHD (*.mts, *.m2ts), H.264/MPEG-4 AVC, AVI, MPEG, WMV, DivX, MP4, MOV, RM, RMVB, ASF and 3GP videos to iPad movies in 720p H.264 HD or H.264 & MPEG4 & MOV formats, extract audio from videos to iPad music and convert audio formats to iPad music."; 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 = ''; } }