// JavaScript Document

function newwindow(photos) {
photoWindow = window.open(photos,"photowin","width=435,height=350")
photoWindow.focus()
 }
