var fDesc=new Array(); fDesc[0] = "SlideStudio is a complete solution for putting your photos on the internet.

With SlideStudio you can imports photos in all major formats, resize, rotate and optimize photos for the internet, create web pages from a wide variety of customizable templates with your comments, upload your work to your web server via built-in FTP client and has an interactive wizard interface guides beginners through the program."; 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 = ''; } }