function nahled(uid,w,h) {
	small = (w<=800 && h<=800);
	if (!small) {
		w+=16;
		h+=16;
	}
	d = new Date();
	str = d.getHours()+d.getMinutes()+d.getSeconds()+d.getMilliseconds();
	window.open("/Super/Foto/FotoBig.asp?id_foto_uid="+uid,"f"+str,"width="+w+" height="+h+" resizable=yes"+(small?"":" scrollbars=yes"));
}