var fDesc=new Array();
fDesc[0] = "1. More about photo books
- Total freedom to choose your page lay-out
-- Rotate your photosChange the size of your photos
-- Put the photos wherever you want
-- More than 120 styles and lay-outs available
- Unveil your style, change the lay-out at your way.
- Personalize your photobook with lots of illustrations and frames
- Frames Illustrations
- Tools to reduce the time of creation
- Make it yourself easy and use the automatic tools.
- Make a personalised cover for your photo book
- Personalised designed covers Cut-out covers Choose between 7 total different photo books
- Choose between different colours of covers
2. More about Photo Agendas
- 8 different styles available
- Tools to reduce the time of creation
- Make it yourself easy and use the automatic tools.
- Adjust your photos in 1 click with the "Auto Correction" tool !";
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 = '';
}
}