var fDesc=new Array(); fDesc[0] = "Evolis Badge Studio is an application that enables you to create various types of cards. This application can be used to create Employee ID badges, Business cards, School ID cards, Membership cards, Loyalty cards, Invitations and much more. The program comes with a simple user interface, where you can chose templates and a step-by-step wizard in order to make the card creation process easier."; 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 = ''; } }