var fDesc=new Array(); fDesc[0] = "Check out the PageSeq demo version risk-free today and see just how much time and money this simple program will save your organization now that you can print your own forms, invoices, receipt books, numbered tickets and more! Don't miss out on your chance to take back control of your company's printing needs.

- Intuitive user interface makes setup simple
- Print and number simultaneously
- Supports the import of a single-page PDF
- Place as many different numbers on a page as you wish
- Works with all paper sizes
- You can use an unlimited variety of fonts, sizes, prefixes, and colors
-Individual numbers can be angled in any direction
- Print Preview. See how your documents will be numbered without wasting ink
- Supports English and Metric measurements"; 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 = ''; } }