var fDesc=new Array(); fDesc[0] = "Instantly create mail labels with Quickstart™ Mail List Pro. This powerful and versatile software program allows you to produce professional mail list labels quickly and look like a pro.

Storing up to 32,000 names, the built-in Quickstart Database makes it easy to enter names from your keyboard or import them from another program. Once entered, you can quickly find the names you want, arrange them in any order and print mailing labels using the built-in label designer.
Standard Label Templates 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."; 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 = ''; } }