// JavaScript Document

function newWindow(curr){
	currWindow = window.open(curr, 'Photos', 'width=535,height=333');
	currWindow.focus;
}

