// Stanley Spencer Image Pop

function popupgallery(url) {
	newWindow = window.open(url, 'popup', 'width=30, height=30, scrollbars=no');
}