var fDesc=new Array(); fDesc[0] = "MotionPerfect was developed to generate high quality slow motion or fast motion videos. The new ?intra? frames are not created by repeating contiguous frames or mixing their intenseness values ("Blending"). Instead MotionPerfect uses a motion compensated interpolation and morphing algorithms. This method produces much higher quality motion effects.

MotionPerfect?s most important functions are:

Generation of high quality slow and fast motion video
Change and conversion of frame rates (NTSC/PAL conversion)
Filling gaps in video by insertion of new interpolated frames
Analysis of the internal components of an AVI video file to display dropped frames and existing gaps in the video
Elimination of undesired sequences
Change of compression
Side-by-side view to compare original and edited video"; 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 = ''; } }