// Popup

function popup(imageURL) {
	window.open(imageURL, "PhotoGallery", "width=820,height=625,resizable=no,menubar=no,location=no,scrollbars=no,status=no");
}