// JavaScript Document

function slika(rbr){
	strURL = 'prozor.asp?slika=' + rbr
	strName = rbr
	strFeat = "height=375,width=500,toolbar=no,scrollbars=no"
	window.open(strURL,strName,strFeat)
	}

