var fDesc=new Array(); fDesc[0] = "Manage your courses and visualize your results with SAIT TDC. As an employer, you are a champion of workforce development, training and organizational excellence. You want to ensure that your employees have all the necessary tools to perform to a required standard on-the-job. As your training partner, SAIT Polytechnic can help support your workforce competency requirements."; 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 = ''; } }