function viewFoto(img) {
	newwindow=window.open('/images/foto/'+img,'fotka','height=480,width=620');
	if (window.focus) {newwindow.focus()}
	return false;
}
