var fDesc=new Array(); fDesc[0] = "4Media iPad Video Converter is the ideal solution for playing movies, videos and music of various formats on your iPad. This iPad converter can decode 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, and then convert them to iPad 720p H.264 HD or H.264 & MPEG4 & MOV formats. 4Media iPad Video Converter also has the ability to decode CD, extract iPad music from videos and convert all sorts of music formats to iPad-compatible MP3, WAV, AAC or AIFF format."; 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 = ''; } }