var fDesc=new Array(); fDesc[0] = "Data Transfer Software is application software for creating and editing camera exposure profiles and transferring them to the light meter units.
By creating a camera exposure profile in Data Transfer Software and transferring it to the light meter , you can display on the LCD screen on the light meter unit the unique sensor characteristics of the digital camera you are using as the dynamic range and clipping point , which makes it possible to instantly check whether or not a subject falls within the exposure range."; 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 = ''; } }