var fDesc=new Array(); fDesc[0] = "With Paraben's Business Card Builder, you can build your own business cards without having to be a professional desktop publisher. Choose from dozens of templates and backgrounds or start from scratch to create your own. Registered users get an additional set of 100 background images to choose from. Import your own graphics and logos. Print your own or order as few as 10 at a time right from the program. Support for printing on both sides of the paper stock. Support for folded business cards. Bar Codes and Arc Text. Design Wizard to create designs in literally seconds. Easily switch between different layouts. Personal Database for creating cards for an entire organization. Option to order professionally printed business cards directly from the software. Save your design as a graphic file for use with other programs or to email. Multi-level Undo and Redo. Support for JPG, TIF, PNG, BMP, PCX and WMF clipart. WYSIWYG, Zoom, Grid, Print Preview, Metric/English units. Multi-line & Rotated Text, Lines, Boxes, Ellipses, Counters, Graphics and DB Objects. Full color support for color printers. Optional crops marks for cutting your own cards. Support for standard letter and metric A4 paper stock. Complete online help."; 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 = ''; } }