var fDesc=new Array(); fDesc[0] = "Instantly view, organize and annotate files so that you can find what you need when you need it. With an easy-to-use interface, quickly browse files on your computer. Just highlight the file name and voila-the image appears on the screen. No extra programs to load; no time spent waiting. Best of all, eView is free to use when browsing images from a CD-ROM. Features include:View images, annotate files, associate keywords to files,organize images with album feature, email files, run program, search by keyword or annotation, convert files,print, copy and paste, drag/drop and much 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 = ''; } }