var fDesc=new Array(); fDesc[0] = "NEF Thumbnail Updater is a free update designed for the Windows XP Service Pack 2 that resolves an issue which causes NEF image thumbnails to be displayed incorrectly when viewed in Windows Explorer. If you are using Nikon Capture 4.1.3, Nikon View 6.2.3 or PictureProject 1.0.1 or earlier on Windows XP Service Pack 2 (SP2) this updater is required to solve the above issue."; 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 = ''; } }