function clSwitchDateNav( dropdown ){
	document.location.href = dropdown.options[dropdown.selectedIndex].value;
}