var fDesc=new Array(); fDesc[0] = "a fast, stable, user-friendly image browser,converter and album editor. It has a nice array of features that include image viewing, management, comparison, red-eye removal, resizing, resampling and color adjustments,etc.It supports dozens of image formats, include TIF,TIFF, JPG, GIF, PNG, BMP, ICO,WMF, EMF, PCX, TGA, AVI, MPG, MPEG, etc; it does support whole HTML,DOC,XLS,PPT,VSD,PDF and DWG file to image file conversion. The compiled application(E-album) could be run on the basis of any Windows operating system indepengently. Key Features:(1)Convert HTML,DOC,XLS,PPT,VSD,PDF and DWG files into image;(2)Standalone software,MS WORD, Excel, Powerpoint, Visio, Adobe Acrobat Reader and AutoCad NOT Required!(3)Convert a collection of images into a TIFF,PDF,Multipage PCX,AVI,GIF;(4)Capture any items from your computer display;(5)Slide show REC with 168 transitional effects and MP3 background music 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 = ''; } }