var fDesc=new Array(); fDesc[0] = "Ashampoo Snap Business is a capturing and recording application tailored to fit seamlessly into your business environment. The program allows you to capture images and videos right from your screen, illustrate your screenshots with texts, notes, hints, arrows, shapes and stamps and share your work with others. You can add your design, logo, watermark and copyright notice to protect your corporate identity and intellectual property."; 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 = ''; } }