var foto = null;
function fotofunc(url) {
	foto = window.open(url, 'fotoh', 'width=335,height=428,scrollbars=no,resizable=0,toolbar=0');
		if (foto != null) {
			if (foto.opener == null) {
				foto.opener = self;
				foto.focus();
			}
	}
	foto.location.href = url;
	foto.focus();
}