var fDesc=new Array(); fDesc[0] = "Now you can have a Business Card for every occasion! Select from nearly 20,000 ready-to-use-card layouts. Our intelligent software automatically includes your mailing address as well as your Email address, Home Page URL, and Fax and telephone numbers. You decide
what information you want on your card! You can call on your imagination and creativity to design your cards, using the different text effects that are included with the program. In addition, you can open and scan photos. And, if you don't want to print out your business cards, you can also send them by Email!"; 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 = ''; } }