// JavaScript Documentwindow.onload=montre;function montre(id) {function getURL(uri) {uri.dir = location.href.substring(0,location.href.lastIndexOf('\/'));uri.dom = uri.dir; if (uri.dom.substr(0,7) == 'http:\/\/') uri.dom = uri.dom.substr(7);uri.path = ''; var pos = uri.dom.indexOf('\/'); if (pos > -1) {uri.path = uri.dom.substr(pos+1); uri.dom = uri.dom.substr(0,pos);}return uri;}var uri = new Object();getURL(uri);var x = new Array(22);x[1] = "aboutus";x[2] = "staff";x[3] = "videotour";x[4] = "newsandevents";x[5] = "membership";x[6] = "complex";x[7] = "pools";x[8] = "orc";x[9] = "outdoorfacilities";x[10] = "challengecourse";x[11] = "wellness";x[12] = "intramurals";x[13] = "sportclubs";x[14] = "sportsmedicine";x[15] = "disabledaccess";x[16] = "employment";x[17] = "recservicescouncil";x[18] = "photogallery";x[19] = "faqs";x[20] = "comments";x[21] = "";var d = document.getElementById(id);	for (var i = 1; i<=21; i++) {		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}		if ((x[i]) == uri.path)	{document.getElementById('smenu'+i).style.display='block';}	}if (d) {d.style.display='block';}}