var fDesc=new Array(); fDesc[0] = "Fotobook Editor is an easy to use editing and designing application. This program enables you to create your personal large landscape, portrait or pocket photo albums. Also you can create calendars of different types, such as wall, desktop, kitchen calendars, and also a year planner. And all these products with your own photos and pictures! You should just select what you are going to create. There are 3 possible ways to do it: manually add images or choose template with placeholders, or fill automatically from a given folder. Then just begin placing your digital images. The program has a clear and handy interface. Images and backgrounds are displayed on the left, and on the right templates and properties are displayed. Your workspace is in the center, and above it there is a preview window. There are a lot of editing and designing tools. You can change your images as you want: crop, rotate, remove red eyes and sharpen. Besides, you can add various effects: shadows, borders, frames and much more. Moreover, add captions and text to your images. There is also a library with background images of different colors and shapes. When your work is over, you can send it for printing right away."; 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 = ''; } }