var fDesc=new Array(); fDesc[0] = "NewView Graphics' File Viewer is an easy-to-use image viewer for Windows users. With this program you can browse your system and display, print, and manage images in a wide variety of popular formats, insert or update Comments which are written into your image files and display when you view each image, edit images, convert between WMF and EMF formats, and write comments to EMF files, and more."; 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 = ''; } }