var fDesc=new Array(); fDesc[0] = "ImTOO DVD to Apple TV Converter is an extremely easy-to-use DVD to Apple TV converter to rip and convert DVD to Apple TV H.264/MPEG-4 (480p, 720p), MP4, FLV video with excellent image/sound quality, and put DVD on Apple TV easily. The DVD to Apple TV converter software also supports ripping/converting DVD to MP3, WAV, and AAC."; 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 = ''; } }