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