var fDesc=new Array(); fDesc[0] = "With SugarRadar your team is able to contact leads ahead of the competition, track campaigns and related events, be better prepared for calls & meetings, ensure follow up tasks are addressed, ensure that account records are accuratly maintained, and so, SO MUCH more. Any and every aspect of the SugarCRM operation can be monitored and you and your team members alerted to.

- Get alerted to new Leads, Prospects, Opportunities, Cases, Accounts ... Any event in SugarCRM.
- Alerts delivered via System Tray popup, Text Message and eMail.
- Information where you want it, how you want it, through schedule controls over different alert types.
- Templates for alert criteria enable quick startup. You'll be getting alerts for critical events in minutes.
- Full blown custom rules give you ultimate and complete control over SugarCRM events.
- 100% SOAP API integration ensures upgrade protection and portability."; 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 = ''; } }