	/**
	 * Load agenda.html with the new schoolID
	 * 
	 * @author R.J.T. de Vries <rdevries@thirdwave.nl>
	 * @param integer schoolID new schoolID selected
	 * @access public
	 */
	function swapAgenda(schoolID) {
	
		document.location = "agenda.html&schoolID=" + schoolID;

		return true;

	} // swapAgenda()
