var fDesc=new Array(); fDesc[0] = "Nexus Imager is a fast high-resolution digital imaging program with a thumbnail browser that allows the user to view, organise, edit, save and print images.

It offers tools to the user to resize the image, crop, flip, emboss, diffuse, smooth, sharpen and many more. Also offering different modes to view the selected image such as full screen or a slide show."; 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 = ''; } }