var fDesc=new Array(); fDesc[0] = "Easily create movies for iPhone, iPod and Apple TV, capture movies in a single click, save movies from the web, share movies with friends and family, create stunning H.264 video, and much more. Convert your QuickTime movies to a variety of formats for viewing on your iPhone, iPod and Apple TV or sharing with friends and family via email or the web.1 Export to over a dozen different video and audio formats."; 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 = ''; } }