var fDesc=new Array(); fDesc[0] = "Take Control of Your Photography—Remotely: Using the included USB or Firewire cable and/or optional WiFi adapters for select models, Nikon Camera Control Pro enables you to capture unique images no matter what the subject. In certain Nikon digital SLRs such as the D3, D700, D300 and D90 customized image adjustment, including tone compensation curve data, can be saved to tailor the camera’s behavior to the photographer’s vision, improving efficiency when using multiple cameras at the same time. Live previews direct from the camera are supported on the D3, D700, D300 and D90 when this feature is enabled. See what you are about to shoot!"; 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 = ''; } }