var fDesc=new Array(); fDesc[0] = "Easily Create Professionally Designed Business Cards in Minutes!

Features:

-Millions of business card combinations
-Vertical and horizontal designs
-NEW! Over 5,000 background designs from classic to contemporary
-Matching sets of business cards, letterheads, envelopes, & labels
-Supports 8 & 10 cards per sheet
-Supports graphics in EPS, PCX, WMF, PBP, TIFF, TGA, DIB, WPG, IMG, JPEG and RLE formats
-Image adjustment tools
-Custom design tools
-Adjust-to-fit background feature
-Text and graphic rotation
-Text gradient, shadowing and warping
-Professional color palette
-Adjustable character spacing
-Save as a jpeg file and attach to emails
-Built-in address book allows you to store multiple profile data
-Spell checker
-Printer alignment tools
-Print to laser or inkjet printers
-Works with Avery®, PaperDirect® and more
-Add business cards to 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 = ''; } }