var fDesc=new Array(); fDesc[0] = "Amadis 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 like DivX, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, MKV, OGM, 3GP and more to MP4(MPEG-4,H.264), WAV, AAC, MP3 for Apple TV. It also supports popular audio files, including MP3, WMA, OGG, AAC, M4A, WAV and more."; 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 = ''; } }