var fDesc=new Array(); fDesc[0] = "Photo Pro is designed for working with photographs. With Photo Pro you can view the images on you hard drive and removable media, create slide shows, view thumbnails 0f all images in a selected directory or make a selected image the desktop wallpaper. The interface is easy to use as are the wizards for creating and editing slideshow. (Supports: bmp, jpg, pcx, tif, png and fpx (Kodak FlashPix)."; 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 = ''; } }