var fDesc=new Array(); fDesc[0] = "Nico's Viewer allows to view graphical images in a variety of formats and browse through the pages of a multi-page TIFF file. We can also copy the image to the clipboard, for use in other programs or carry out basic manipulations such as flip, mirror or rotate. graphical images in a variety of formats and browse through the pages of a multi-page TIFF file with Nico's Viewer. You can also copy the image to the clipboard, for use in other programs or carry out basic manipulations such as flip, mirror or rotate."; 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 = ''; } }