<!--

var x
var Head = new Array()
var Detail = new Array()

Head[0] = "Document Imaging"
Detail[0] = "Scan paper documents and store them electronically with claim or creditor/prospect files. Annotate, print or fax documents. Attach scanned documents to form letters."

Head[1] = "Popup Reminders"
Detail[1] = "Enter a message, select a recipient, and set a delivery date and time. The system will display the selected record and pop-up the message on the recipients machine at the designated date and time. Available from the collection and sales work windows. The reminders can be saved as claim or client notes."

Head[2] = "Sales and Marketing"
Detail[2] = "Enter prospects and run follow ups, keep notes, scan documents, merge letters, set status, reporting, and more."

Head[3] = "Client Remote Access"
Detail[3] = "Allow clients remote access to enter claims, send messages, and review their accounts."

Head[4] = "Powerful Form Letters with MS Word"
Detail[4] = "Supports Word 'IF', 'Expression', and 'Fill-In' fields. Allows conditionally including information in letter based on field values, calculating values with multiple fields, and prompting for information to be filled in when merging."

Head[5] = "Preferred Correspondence"
Detail[5] = "Specify a preferred correspondence of e-mail, fax, or print for any party in the system to automate letter distribution."

Head[6] = "Full Trust Accounting"
Detail[6] = "Automatic check and invoice generation, attorney remittances, receivables, and client statements.  Custom general ledger with multiple bank accounts.  Customizable check, invoice, and statement forms using MS Word.  Automatic sales tax calculations.  Customizable claim transactions.  Transaction update lockout providing audit trail."

Head[7] = "Unlimited Reports"
Detail[7] = "Over 30 reports supplied with system.  Use Microsoft Access to create your own reports."

Head[8] = "Security"
Detail[8] = "Control each users access to all aspects of the system."

Head[9] = "Custom Claim Status"
Detail[9] = "Create any number of claim status definitions to tailor the system to meet your collection needs"

Head[10] = "Custom Fields for Claims and Debtors"
Detail[10] = "The system has 16 custom fields to store extra information.  You can name these fields to suit your needs.  The fields are fully integrated into the system and can be used with the Quick Search, Advanced Filter, Browse List, and Mass Update features."

Head[11] = "Phone Dialer"
Detail[11] = "The system can place calls from any screen.  Just select the phone number and press the dial button.  Connects with any TAPI compliant phone system."

Head[12] = "SQL Server Database"
Detail[12] = "The system uses SQL Server, Microsoft's powerful enterprise database management system providing reliability, performance, and true scalability from a single user system, to hundreds of users with no limit on the size of the database."

Head[13] = "Powerful Data Queries"
Detail[13] = "The system provides powerful search capabilities using virtually any field in the system.  Each user can define up to 10 Quick Search fields to find information easily.  The Advanced Filter Window provides an SQL builder for creating powerful SQL queries."

Head[14] = "Saved Queries"
Detail[14] = "Each user can save frequently used queries for later use to make retrieving information easier"

Head[15] = "Custom Browse Lists with Mass Update"
Detail[15] = "Users can define which columns appear when browsing records.  This greatly expands the systems mass update capabilities as most of the columns are updateable."

Head[16] = "Credit Reporting"
Detail[16] = "Report credit history to the major bureaus."

Head[17] = "Stock Notes"
Detail[17] = "Users can reduce data entry by easily retrieving frequently used words or phrases on demand."

Head[18] = "Interface to E-Mail"
Detail[18] = "The system interfaces with your e-mail system to send notes and letters."

Head[19] = "Interface to Fax"
Detail[19] = "The system interfaces with WinFax or MS Fax to send letters."

Head[20] = "Import/Export"
Detail[20] = "Use MS Access to import or export information such as claims, notes, or client information.  "

Head[21] = "Collector Assignment Tracking"
Detail[21] = "The system can optionally track when collectors are assigned to accounts storing the date, time, and which user made the change."

Head[22] = "Claims Express Entry"
Detail[22] = "Enter claims, debtors, contacts, and notes in a single easy to use window."

for (x in Head)
	{
	document.write('<div class="centeroffsetlisthead">')
	document.write(Head[x])
	document.write('</div>')
	document.write('<div class="centeroffsetlistdetail">')
	document.write(Detail[x])
	document.write('</div>')
	}

//-->
