var fDesc=new Array(); fDesc[0] = "MX Contact is a fully comprehensive CRM, Contact Management and Sales Force Automation package. MX-Contact leverages your investment in existing Microsoft technology by avoiding expenditure on additional infrastructure and costly training programs. MX-Contact comprises a Base System, with optional Sales, Marketing and Support Modules that can be added at any time"; 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 = ''; } }