function photogallery(url) {
	newwindow=window.open(url,'name','width=775,height=670');
	if (window.focus) {newwindow.focus()}
	return false;
}