function openWin(photo) {
	var pix_window = window.open(photo,'pix','width=620,height=610,resizeable');
	pix_window.focus();
}

