function printVersion(){
	newwindow=window.open("","","toolbar=no,width=610,height=400,location=no,scrollbars=yes,menubar=yes,resizable=yes")
	newdocument=newwindow.document;
	newdocument.write("<html><head><link type=\"text/css\" href=\"http://www.colum.edu/Site%20Files/includes/print.css\" rel=\"StyleSheet\" /><style>.breadcrumbs {display: none;}</style>");
	newdocument.write("</head><body bgcolor='#FFFFFF'><img alt='Columbia College Chicago' src='http://www.colum.edu/images/display/printHeader.gif' /><br />");
	if (document.getElementById('printContainer')){
		newdocument.write(document.getElementById('printContainer').innerHTML);
	}
	else {
		newdocument.write("There is a problem with the print version of this page.&nbsp;&nbsp;Please contact the <a href=\"mailto:webmaster@colum.edu\">webmaster</a>.")
	}

	newdocument.write("<div class='footer'>Copyright Columbia College Chicago</div></body></html>");
	newdocument.close();
}