function showUslugaStart(ident) {
  advAJAX.get({
    url : "index.php?o=index/uslugastart/"+ident,
    onInitialization : function() {

    },
    onSuccess : function(obj) {
      document.getElementById('uslugaStart').innerHTML = obj.responseText ;
    }
  });
} 

