function popupImage(title, text, width, height) {
	var popupWindow = window.open('/popups/bio.php?title=' + title + '&text=' + image, 'text', 'width=' + width + ',height=' + height + ',scrollbars=no,resizable=no');
	popupWindow.focus();
}
