var fDesc=new Array(); fDesc[0] = "RE:Match is a set of plug-ins to match one view of video or film to another, so that it looks as if it was shot with the same camera and settings. RE:Match assumes that both image sequences are taken roughly at the same location but perhaps were not shot at the same time or from the same point-of-view. For stereo pairs, RE:Match can further refine the overall color match by taking into account that the two views are captured at the same time with a relatively small distance between the views. In addition, RE:Match is also able to propagate color changes into areas that are present in only one view."; 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 = ''; } }