var fDesc=new Array(); fDesc[0] = "aWorkbook is a multi-platform sales app allowing you to provide up-to-date and accurate product information to sales teams and retail buyers. You can create and save tailored assortments for customers, with printable PDF and Excel output options. Also you can link seasonal collection and brand stories directly to relevant products or write orders accurately for integration with backend systems."; 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 = ''; } }