function printVersion(){
	newwindow=window.open("","","toolbar=no,width=600,height=600,location=no,scrollbars=yes,menubar=yes,resizable=yes")
	newdocument=newwindow.document;
	newdocument.write("<html><head><link type=\"text/css\" href=\"/includes/print.css\" rel=\"StyleSheet\" /><style>.breadcrumb {display: none;} a, a:hover { text-decoration: none; color: #000000}</style>");
	newdocument.write("</head><body bgcolor='#FFFFFF'>");
	if (document.getElementById('printDiv')){
		newdocument.write(document.getElementById('printDiv').innerHTML);
	}
	else if (document.getElementById('printDiv')){
		newdocument.write(document.getElementById('printDiv').innerHTML);
	}
	else {
		newdocument.write("There is a problem with the print version of this page.&nbsp;&nbsp;Please contact the <a href=\"mailto:webmaster@cord.edu\">webmaster</a>.")
	}

	newdocument.write("</body></html>");
	newdocument.close();
}