var fDesc=new Array(); fDesc[0] = "AD Picture Viewer is the fastest, easy-to-use and compact image viewer available for Windows platform. It allows you to view, print, organize and catalogue your image collections with ease. This program supports all popular graphic formats, has a simple but powerful built-in file manager, can set image as a wallpaper on your Windows desktop, has the Picture Description system and other powerful features. This program supports two viewing modes: Manual and Slide-show."; 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 = ''; } }