var fDesc=new Array(); fDesc[0] = "An easy to use, fully customisable, CD images viewer system. Add your own Splash, Background, Buttons, and About images. View, scroll, zoom, save, search, slideshow & wallpaper. This useful program is for those of you with CD writers who want to compile a CD of images. It acts as the CD's front-end, allowing you to browse & search through all the images on the disc, making it useful for personal albums, archives, catalogues or presentations."; 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 = ''; } }