// JavaScript Document

<!--

function newWindow(curr){
	currWindow = window.open(curr, 'Photos', 'width=600,height=600,scrollbars=yes,fixed=yes');
	currWindow.focus;
}

//-->