var fDesc=new Array(); fDesc[0] = "The combination of strong academics, excellent competitive sport and a diverse and vibrant cultural programme lays a platform for a balanced education and provides opportunities for a wide variety of students with different needs. In addition to the opportunities students are afforded to enrich themselves, the College encourages their involvement in community projects and initiatives through Community Outreach."; 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 = ''; } }