var fDesc=new Array(); fDesc[0] = "Use DIGIPICS to transfer pictures from Floppy/CD, Memory Stick, or CompactFlash (Sony Mavica, CyberShot, FlashPath), organize, print, and share pictures across the Internet.

Features:

-Intuitive, Easy Wizard Style Interface
-Support for Sony Mavica MVC-FD7x
-Preview Pictures before Copy from Floppy
-Copy Disk or Select Pictures
-Erase Disk/Files after Copy
-Rename Entire Picture Directories
-Rename, Delete, Quick Edit Pictures
-Print 1, 2, 4 Pictures per Page
-Caption your Pictures
-Print Picture Thumbnails up to 72/page
-Print an Index of Pictures in a Directory
-Full screen Slide show JPEG, BMP, GIF Files
-Enhanced Slide show Navigation and timing now with keyboard shortcuts"; 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 = ''; } }