var fDesc=new Array(); fDesc[0] = "Apple Video Turbo Converter is a video converter that allows you to convert most popular video formats to iPad, iPod, iPhone and Apple TV without loosing quality. With Apple Video Turbo Converter you will be able to convert videos from most popular formats including AVI, RM, RMVB, MPEG1/2, MP4, 3GP, 3G2, WMV, ASF, DIVX, XVID, FLV etc to your iPod, iPhone and Apple-TV devices."; 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 = ''; } }