var fDesc=new Array(); fDesc[0] = "DigiLabs Pro helps you edit your photos, upload your web galleries and create products like flush mount albums, coffee table books, calendars and cards from one place. Features:
- Makes designing a snap with easy drag and drop software
- Images can be automatically inserted, designed and organized with just a few clicks of a button
- Create any of our products in minutes
- Amazing tools to save you time - change book tool, share book online tool and 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 = ''; } }