var fDesc=new Array(); fDesc[0] = "Main features : Create and handle your own photo albums. Import and save pictures in the most common file formats. Browse files in your pc, viewing them as thumbnails. Web optimization saving files. Regulate, Crop, Resize many pictures on the fly by a powerful batch processing tool. Creative Photoretouch with more than 20 retouch tools like airbrush, fill, clone tool, multiple tool (enlight, endark, correct color, sharp, blur by mouse). Classic image processing (color adjust, brightness/contrast, replace color). Unique filters and lighting effects. Layers/objects and editable text layers support. Selection by magic wand and by painting. Multiple Undo/Redo. Hystory tool (to restore by painting parts of a previous undo)."; 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 = ''; } }