var fDesc=new Array(); fDesc[0] = "By viewing your camera's live view on your computer monitor in a window or full screen, you greatly reduce re-shoots and post-processing time by ensuring that you got it right before you take the shot. Sometimes you can't even see the LCD because it is on a copystand/tripod/boom. You can remotely autofocus or manually adjust the focus. Even zoom in and out so that you can confirm the focus is tack-sharp. Optionally, you can apply an overlay or review the exposure with the live histogram. Nikon DSLR tethering has never been easier."; 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 = ''; } }