var fDesc=new Array(); fDesc[0] = "Capture NX 2, an inclusive photo editing software empowered with U point technology and integrated with many powerful tools, allows you to add different effects to your digitals as well as modify sections of a photograph. With this powerful tool you can process NEF (Nikon Electronic Format) Raw files, convert them to JPEG or TIFF files and make various adjustments to attain the superior quality output."; 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 = ''; } }