function Round() {
    mint.fx.Round("rogi");
    mint.fx.Round("rogi2", "top", null, 80);
    mint.fx.Round("rogi3", "all", "large");
    mint.fx.Round("rogi4", "tl br", "small", true);

}

