var fDesc=new Array(); fDesc[0] = "PowerCampus is a complete ERP system that delivers a tremendous, personalized education experience with a solution set that makes the most of your available resources. Built on Microsoft technologies and integrated with Microsoft Dynamics GP, one of the ERP’s strengths is its ability to integrate with College Board PowerFAIDS, Evisions Argos, and other partner solutions. This capability provides the freedom of choice to create the dynamic, tailored administration system to meet your institution’s distinct functional and technical needs."; 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 = ''; } }