
function zamenjajGrafiko(obj, pot)
{
	if (document.images && obj!=null) obj.src = pot;
}