var fDesc=new Array(); fDesc[0] = "PhotoBook Design Tool is a software that help you to your own PhotoBook Press photobook.
PhotoBook Press PhotoBook Design Tool offers a wide array of tools and features to design and enhance your project, including:
- Individual page layout
- Flexible placement of pictures or snap-to-grid
- Templates – applied to complete book
- Picture cropping, resizing, & rotation
- Picture borders
- Drag and drop placement of pictures
- Page backgrounds
- Fading control of pictures and backgrounds
- Resizable picture frames
- B&W and sepia filters
- Easy picture distribution
- Captions – anywhere
- Drag & drop placement of design elements"; 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 = ''; } }