var fDesc=new Array(); fDesc[0] = "Simple, small Windows 95, 98, NT FREE utility that makes image file viewing easier and faster. Integrated with Windows through the use of a Popup Menu 'View / Print / Scan...' in the Windows Explorer. Provides simple functions that make image file management easier. You can quickly open, move, rename / convert, print images. You can quickly capture images from the screen. You can load images from scanners or digital cameras."; 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 = ''; } }