function photoGalleryWindow(url) {
	var newwindow=window.open(url,'name','height=525,width=650,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,screenX=100,left=100,screenY=30,top=60');
	if (window.focus) {newwindow.focus()}
}