function popPhoto(pagename){
	popwindow=window.open(pagename,'foo','width=600,height=600,scrollbars=yes');
	if (window.focus) {popwindow.focus()}
	return false;
}

