var fDesc=new Array(); fDesc[0] = "Take your photo experience to the next level! This DigiBook Editor guides you in creating your own book, providing you with endless opportunities in creating your own personalized family albums, catalogues, company presentations and specialized books. A wide choice of easy-to-use templates allows you to create your own DigiBook in the shortest time possible.."; 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 = ''; } }