// JavaScript Document
function newWindow(curr){
	currWindow = window.open(curr, 'Photos', 'width=380,height=480');
	currWindow.focus;
}
