var fDesc=new Array(); fDesc[0] = "Frog Photobook is a tools required to enable you to place your treasured photographs into a Photobook of any size.
You can select backgrounds and fonts and combine these using one of the many layout templates available or design your own. Your Frog Photobook can be Butterfly bound with a hard, cloth bound cover and dust jacket or a simple, perfect bound soft cover. It can have as many pages as you like. The only limit is your imagination."; 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 = ''; } }