function galleryShow(galleryLoc) {
	var args = "menubar=0,resizable=1,width=950,height=580,scrollbars=1";
	var w = window.open(galleryLoc,"gallery",args);
	w.focus();
	return(false);
}