function povecava(src,w,h) {
	window.open('/inc/zoom.asp?slika=' + src,'','scrolling=no,menu=no,toolbar=0,width=' + w + ',height=' + h,true);
}
