function imagesWindow(current,dim) {
	if (dim == 640) {
		w = "670";
		h = "531";
	} else {
		w = "510";
		h = "691";
	}
	newWindow = window.open("./image_viewer.cgi?current="+current+"&dim="+dim,"iamges","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w +",height=" + h);
}
function maxWindow(current,dim) {
	w = "275";
	h = "325";
	newWindow = window.open("/max","max","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w +",height=" + h);
}

