function printPage() {
	alert("When you click OK, a printable version of this document will open in a new window.  Click your browser's print button. Then close the new window to return to the Financial Aid site.")
	window.open(location + "?clickAction=print")
}
