// JavaScript Document

function newWindow(photo) {

	photoWindow = window.open(photo,"photoWin","width = 350, SCROLLBARS=yes, RESIZABLE=yes")

	photoWindow.focus()
}