var fDesc=new Array(); fDesc[0] = "Photobook Designer is easy to use and has tons of creative features

Capability to import photos from your Facebook and Flickr accounts.
Change book size while in the middle of a project.
Improved picture enhancement tools such as auto enhance and red eye removal.
More options for text, with improved typography tools.
Downloadable software allows you to work offline.
Tons of beautiful background colours and options.
Simply drag and drop your photos into the book layouts.
Add in, format and edit your own text.
Powerful yet easy to use photo enhancing tools such as brightness, contrast, B/W options and much more."; 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 = ''; } }