function ggOpenGallery(url) {
	var w = window.open(url, "photowin", "width=800,height=600,location=false,scrollbars=false");
	w.focus();
}	


