var fDesc=new Array(); fDesc[0] = "Sib Image Viewer is a neat and handy image viewer and converter that enables you to easily browse, view, organize and convert your digital pictures. It lets you browse images in the thumbnail mode, view images in the full-screen mode, convert your images to various formats such as BMP, GIF, JPEG, TGA and PNG, generate icons from images, attach descriptions to files, show a sequence of images as a slide show, explore image properties, copy images to the clipboard, copy, move, duplicate and rename files, etc."; 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 = ''; } }