var fDesc=new Array(); fDesc[0] = "Bob Designer is an application that allows you to create photobooks online.

Main features:
- Hundreds of professionally designed and customisable layouts to save and use over and over again.
- Use unlimited images and text.
- Extensive range of fonts to choose from.
- Place text almost anywhere, even on the spine."; 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 = ''; } }