// pop up with image
function pop(section, group, name) {
	url = "/galeria/photo.php?section=" + section + "&group=" + group + "&name=" + name + "&pop=on";
	win = window.open(url,"RadolaFotografia","width=950,height=900,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,personalbar=no,alwaysRaised=yes,left=10,top=10,screenx=10,screeny=10");
    win.focus();
	return false;
}
