var fDesc=new Array(); fDesc[0] = "he Free PSD Viewer is a simple and easy to use software application which enables the users to view PSD images. This free app has a user friendly interface which allows both beginners and advanced users to save the images into various other formats quite easily. Users can easily zoom, resize, rotate and convert the images. The Free PSD Viewer features various standard options which are quite easy to set. Once this free software app is installed, a file browser emerges which can be used to select the PSD file that needs to be converted. The software application offers support to convert the PSD files to .JPG, .BMP, .GIF, .TIFF and .PNG. The format of the PSD image can be altered easily by converting into any of these formats."; 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 = ''; } }