var fDesc=new Array(); fDesc[0] = "WT-4 Setup Utility is a free and handy utility, for Nikon digital camera users. This software utility allows you to create wireless profiles for the D3X, D3S, D3, D700, D300S, and D300 and the WT-4 for wireless image transfer.WT-4 Setup Utility its also suitable for use with Camera Control Pro 2 for wireless control of your camera from your computer."; 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 = ''; } }