var fDesc=new Array(); fDesc[0] = "Picture Studio .EXE Professional is a comprehensive imaging suite that includes several applications that allow you to manage digital photos and create astonishing slide-shows. The different programs enable you to view, browse, merge, rename, convert and present your images very easily and fast. Additional tools include a screensaver and an email client. Image Converter has the ability to convert more than 15 formats, offering 20 effects such as Adjust HSL, Adjust RGB, Blend, Brightness, Buttonize, Color Depth, Contrast, Crop, Draw Text, Motion Blur, Mosaic, among many others. Image Merger enables you to merge and combine multiple images together, and also add watermarks or logos to multiple images at one time. Batch Rename lets you to apply filters to organize your files the way you want. You can use filters to remove spaces, add information, change layout, etc. Finally, Picture Viewer offers the possibility of creating presentations, build dynamic playlists, browse folders and directories, rotate, convert and resize images, among many other things. All the applications feature an intuitive, wizard-like user interface, which makes every task a breeze."; 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 = ''; } }