function calendar(element) {
	window.open('calendar_popup.php?element=' + element, '', 'width=175, height=225, top=75, left=75, scrollbars=1, resizable=1');
}
