var fDesc=new Array(); fDesc[0] = "AD Picture Viewer Lite is a compact and easy-to-use image viewer. It supports all popular image file formats and it allows you to open images in folder with or without subfolders, viewing them in slide-show mode. You can also view images in full size or scaled to fit in window."; 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 = ''; } }