var fDesc=new Array(); fDesc[0] = "AiPICX enhances, manages and organizes photos. Turn ordinary pictures into "perfect pictures" with advanced imaging tools. Fix common photo problems with ease.
Publish your images! Create thumbnailed web pages or catalogs of all your images with flexible styling options. Create and distribute multimedia slideshows with cool effects, variable resizing, rotation, independent panels, background colors, comments and more, per slide.
Quickly thumbnail entire drives (external USB drives or DVD/CD volumes) and organize images by visual content, date, size, or keyword."; 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 = ''; } }