$(document).ready(function(){
$(".povuci").click(function(){
$(".otvori").slideToggle("slow");
});});
