var fDesc=new Array(); fDesc[0] = "Enhance Smart Pix Manager with the following plug-ins:

- Creation of Slideshow Disks

Select Tools > Create Slideshow CD/DVD to create auto-playing slideshow disks with full support for captions, background music and transition effects

- Archiving of files to DVD and CD

Select File > Archive to Disk to burn photo and multimedia files directly to DVD or CD for back-up or sharing. If you are removing the files from your computer the media library can be updated to look for them on the disk and prompt you which disk to insert when you want to view them

- Extra Picture Frames

More picture frames styles to your photos using Edit > Other > Add Frame, Border or Shadow

- Support for Extra Image Formats

Alias Wavefront RLE (*.pix), Apple Pict (*.pict), AVS (*.avs), FITS (*.fits), FlashPix (*.fpx), Gimp Image (*.xcf), Graphviz DOT (*.dot), HDF (*.hdf), HP PCL Printer Image (*.pcl), JBIG (*.jbig, *.jbg, *.bie), Khoros VIFF (*.viff), Kodak Cineon (*.cin), Magick (*.miff), Matlab (*.mat), MTV Raytracing Image (*.mtv), Palm Pixmap (*.palm), Scalable Vector Graphic (*.svg), Seattle File Works (*.pwp), SMTPE DPX (*.dpx), Sun Rasterfile (*.sun), Vicar Rasterfile (*.vicar), XWindows Bitmap (*.xbm), XWindows Pixmap (*.xpm)"; 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 = ''; } }