function timeWindow(time) {
	timepopWindow = window.open(time, "timeWin", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=640,height=480")
	timepopWindow.moveTo((screen.width-640)/2, (screen.height-480)/2);
	timepopWindow.focus()
}
