<!--- open the window from the wood center right column links --->
function vieweventhome (eventID) {
	window.open('calendar/event.cfm?&eventID=' +eventID,'VIEWEVENT','scrollbars,resizable,height=400,width=400');
	}

<!--- open the window from the calendar display --->	
function viewevent (datedisplay) {
	window.open('calendar/event.cfm?&datedisplay=' +datedisplay,'VIEWEVENT','scrollbars,resizable,height=400,width=400');
	}
	
function drawAlert () {
alert ("Printing Note: For best results, please set the layout of your printer to 'landscape' mode.");
}

