// JavaScript Document

function print_page() {
	if(window.print) {
		window.print();
	} else {
  	alert("Your Web Browser DOES NOT support this print method. Close this window and select File>Print from your Menus.");
	}
}

