$(document).ready(function()
{
    $('a.pronajem').fancybox({frameHeight: 500});
});

