var fDesc=new Array(); fDesc[0] = "Unleash your imagination with professionally designed layouts, spectacular images, brilliant backdrops, and patterns; plus distinctive fonts and bold headlines. Get your creative juices flowing and make your business cards stand out.

Layouts, Clipart, and Fonts are all included inside this package. No more fussy “downloads” to deal with when all you really want to do is to get started and finish quickly. Just supply the paper, follow the 3 easy steps, and then print. Stretch your creativity to the max."; 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 = ''; } }