function openPhoto (photo, windowName, w, h) {
	largeViewWindow = window.open(photo, windowName, "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,directories=no,resizable=yes,width="+w+",height="+h+"", true);
}