var fDesc=new Array(); fDesc[0] = "ExcelPal for SugarCRM is your intelligent companion of SugarCRM, one of the leaders in On Demand CRM.If SugarCRM is the iPod that you can’t live without, ExcelPal is the digital audio system for your iPod, with a wireless remote, an AM/FM radio and alarm, and an incredible music playback system.

As your need for sophisticated data analysis, customized reporting and cross-application integration grows over time, ExcelPal for SugarCRM provides just-in-time and low-cost solutions for your organization."; 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 = ''; } }