var fDesc=new Array(); fDesc[0] = "Description:Stardust™ Image Encoder™ 2004 is a suite of powerful and time-saving tools designed to allow you to easily convert images into smaller high-quality compressed formats. Save time and create the best quality images for sharing with friends through email and web sites, displaying in slide shows or including in a screen saver, or archiving to a standardized collection. Trial Software:This limited trial edition is good for 10 days. NOTE: All images converted with the Trial Edition main application or Trial Edition Batch Wizard will contain a "Trial Edition" watermark. Features:
4 Interactive real-time preview
4 Batch wizard for operating on multiple images
4 Command-line tool for batch files and scripting
4 ISO compliant JPEG2000 support
4 Resize or crop a single image or an entire collection
4 Customize and protect your images with a watermark
4 Adjust brightness, contrast, sharpness, orientation
4 Convert images to black and white or sepia tone
4 Read 23 file types from 12 major categories of file formats
4 Write to the most important compressed formats (JPEG, JPEG2000 JP2 and Code Stream, GIF, PNG-8 and PNG-24)
4 Fully compatible with Stardust™ Screen Saver Toolkit™ 2004
4 Free updates and support"; 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 = ''; } }