var fDesc=new Array(); fDesc[0] = "Choose 'Edit' from the Menu Bar, and 'Printer Setup.' Add your printer to the defined list by highlighting it and clicking 'add.' Save your modifications by clicking 'Save,' then choose 'Exit.' Connect Camera to USB and turn on. Nikon cameras the driver should load automatically. After you plug the camera in you will see the Found New Hardware Wizard"; 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 = ''; } }