function newWindowPhoto(url) {
	link = window.open(url,"Photo", "resizable=yes,scrollbars=yes,height=600,width=750,left=0,top=0");
	link = null;
}

function closeWindow() {
	window.close();
}