var fDesc=new Array(); fDesc[0] = "DepositWiz Deposit Slip Software prints deposit tickets, and whatever your technical ability, DepositWiz is easy to use. If you're a small business owner or landlord with many checks to deposit every month, this software will help you save time generating deposit tickets for your bank.

DepositWiz includes:
information.
- Useful Fast Fill lets you create time-saving templates of your regular deposits.
- Helpful auto-complete lets you make deposit tickets fast.
- Practical cash calculator lets you calculate cash totals in a snap.
- Indispensable deposit summaries let you keep track of all deposit items.
- Network Enabled
- Import / Export deposit data

DepositWiz helps you:
- Save time, by letting you make fast and accurate deposit tickets.
- Be organized, with automatic deposit summaries printed with every deposit ticket.
- Save money, by using your regular printer and paper to print deposit tickets.

DepositWiz deposit slip software runs on Windows 2000/XP/Vista"; 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 = ''; } }