function popGallery(theUrl) {
	window.open(theUrl, "Gallery", "width=400,height=400,resizable=yes,scrollbars=yes");
}