var fDesc=new Array();
fDesc[0] = "Smart Pix Manager is a powerful, but easy-to-use solution for the Quickly browse the folders of your computer, or search your files using keywords, descriptions and file content. Click any file to view it immediately or display a sequence of images, sounds and videos as a slideshow.
Key Features
- View over one hundred image, video, sound, Office, document and other formats
- Quickly categorize and search your files by keyword, description and file content
- Automatically generate keywords from sound and digital photo fields and file and folder names
- Display Image and Multimedia Slideshows with motion and transition effects (including random playback of all your MP3 music)
- Edit your photos with our powerful tools, including red-eye removal, lossless rotation and cropping
- Rapidly convert, edit and rename your pictures with automatic batch processing
- One-click retrieval of photos from digital cameras and scanners
- Secure your critical files using "Blowfish" encrypted storage and password protection
- Create auto-playing Slideshow CD/DVD disks with full support for background music, captions and transition effects
- Archive images to CD or DVD with thumbnail browsing and searching of offline disks";
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 = '';
}
}