var fDesc=new Array(); fDesc[0] = "Although there are a number of regulations which help in the smooth running of the School, there is really only one guiding principle:
'At all times use your common sense and do not do anything that will bring you or your School into disrepute'.
Full uniform must be worn at all times between School and home, at all functions and on excursions. Blazers will be buttoned."; 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 = ''; } }