var fDesc=new Array(); fDesc[0] = "Need a business card? Looking for a fast, user-friendly and simple means of creating business cards the way you want and when you need them? You've just found it! CartMeister is the simple solution for creating business cards, name badges, ID cards, etc. CartMeister will not only produce the slick, professional and polished look that you're hoping for, but will also lead you through the process, step by step. You'll go from creating a card using pre-designed templates to the printing or preparing a file to a press shop. CartMeister will not allow you to felt overwhelmed by the complexity of the options and alternatives available, and the sheer scale of the learning-curve involved."; 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 = ''; } }