var fDesc=new Array(); fDesc[0] = "WildBit Viewer is a compact and fast image viewer with slide show and editor. It has a "slideshow" option which automatically scrolls through the images with the specified interval of time. The program also has an image editor with basic editing functions and the compare-mode lets you analyze two images size-by-side."; 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 = ''; } }