function show_gallery(issue) {
	window.open('http://www.bju.edu/collegian/content/gallery.php?issue=' + issue, 'mywindow', 'width=600, top=100, left=200, height=575, resizable=no, scrollbars=no, toobar=no, location=no, directories=no, status=no, menubar=no, copyhistory=no');
	return false;
}

function make_highlight(row) {
	row.className = "highlight";
}

function clear_highlight(row) {
	row.className = "";
}
