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