// Updates the page w/ the contents for the appropriate month
function updatePage (url) {
	var dUrl = url + '?cmd=view&CurMon=' + document.forms["nForm"].CurMon.options[document.forms["nForm"].CurMon.selectedIndex].value;
	window.location.href = dUrl;
}
