var fDesc=new Array(); fDesc[0] = "It's an easy business card design software to make your own business cards. With an extensive range of business card templates, CardWorks makes it easy to design business cards to fit your personal or corporate brand image, giving your customers and business contacts easy access to your contact information."; 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 = ''; } }