var fDesc=new Array(); fDesc[0] = "Is-mini has the following main features: As a camera log preview device, allowing you to preview a camera log video signal in a precise and accurate manner that faithfully reproduces the final captured image.

As a monitor calibration tool, allowing you to create an exact color reproduction by correcting the monitor's errors and deficiencies, thus allowing matching of different displays. In addition, it can be used to further improve the color reproduction accuracy of camera log files."; 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 = ''; } }