var fDesc=new Array(); fDesc[0] = "Now in its third generation, PhotoRecall Deluxe is a powerful photo database and communication suite providing easy-to-use tools to get the most of your photo listings, albums and image records. The PhotoRecall Deluxe's Portable Player utility is a unique tool that allows you to create self-running multimedia presentations. The Portable Player wizard compresses images and content to the size specifications you define, allowing you to send the Player by e-mail, download it from a web site, or store it on external media (such as a floppy disc!). The Portable Player utility is the ideal tool for creating electronic catalogs, personal portfolios, facilities project updates, and sales presentations. Visit PhotoRecall Deluxe's Solution Showcase and discover many different productive ways to leverage scanners, digital cameras or any of those hundred of pictures stored on the network!"; 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 = ''; } }