// JavaScript Document

//Calender Month Selector
function changeMonth(type) {
	window.document.location.href = "calendar.php?CM=1&date=" + type;
}
