var fDesc=new Array(); fDesc[0] = "Kingdia Apple TV Video Converter is a powerful video and audio conversion tool for playback on Apple TV. It can convert almost all popular video formats, e.g. DivX, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, MKV, OGM, 3GP, M4V, H261, H264, YUV, MJPEG, SVCD, VCD format to MP4(MPEG-4,H.264), WAV,AAC, MP3 for Apple TV. It also supports converting popular audio files, including MP3, WMA, OGG, AAC, M4A, WAV etc., to audio formats WAV,AAC, MP3 for Apple TV. It can provide batch file convert. At the same time, you can also select the video and audio parameter e.g. framerate, image size and so on as you like."; 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 = ''; } }