function swap(target, fname) {
	document[target].src = "images/" + fname;
}
function new_window(src, width, height) {
	window.open(src, '', "width=" + width + ",height=" + height + ",scrollbars=yes");
}
