var fDesc=new Array(); fDesc[0] = "The most complete easy to use windows based CRM Business Software Available. The hub of any successful network marketing operation.
Features:
- Windows based, GUI interface for fast, efficient, user friendly operation
- Distributor / Customer database
- Database independent – no third party software needed
- Runs stand-alone or client/server
- Database applications designed to be platform independent
- Administrative control and Security of access to view and change
- Extended Distributor / Customer information
- Unlimited Distributor / Customer comments or notes
- Hierarchy / Down-line views
- Distributor / Customer call reminder
- Distributor / Customer birthday reminder
- Item description
- Includes 3 duplicate data reports
- Down-line/Hierarchy
- Individual Distributor
- Online help for each button
- Quick Search Capability as you type
- Detailed Search Capability
- Orphan matching
- View sponsor and placement on single view
- Send email
- Total control of Rank and Status
- Sales Tracking and Invoices"; 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 = ''; } }