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