function datePop(date) {
	dateWindow = window.open(date,'dateWin','toolbar=yes,scrollbars=yes,resizable=yes,width=575,height=370')
	
	dateWindow.focus()
}
