var fDesc=new Array(); fDesc[0] = "River past MOV Booster Pack is an add-on pack, which adds the ability to output QuickTime MOV files to certain River Past and HeavyMath video software.
MOV video and audio are widely used for streaming and video editing. Certainly, if you want to distribute your video to the Mac, MOV is the prefered format."; 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 = ''; } }