function AreYouSure(elem)
{
    $(elem).click(
        function()
        {
            return confirm("Ste si istý?");    
        });  
}
