var fDesc=new Array(); fDesc[0] = "Ultra Apple TV Video Converter provides an easy and complete way to convert Apple TV movies from all popular video files. With variable settings and super fast converting speed to convert Apple TV movies, it is a high quality converter. You can use this program to convert Apple TV video from all popular movie files like AVI, MPEG, WMV, MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, FLV, etc."; 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 = ''; } }