function gradingScale(filename) {
	newWindow = window.open(filename, 'newWin', 'toolbar=no,location=no,scrollbars=yes,width=600')
}
