function shImg(id,sh,st,il){
oWin=window.open('/image.aspx?id='+id+'&typ=5&sh='+sh+'&title='+st+'&il='+il,'image','height=100,width=200,top=100,left=50,status=no,toolbar=no,menubar=no,scrollbars=no,location=no,resizable=yes');oWin.focus()
}
$(function () {
    $('div.standBody a[href *= "zdroj.aspx?typ=5"]').lightBox({
        overlayBgColor: '#111',
        overlayOpacity: 0.7
    });
});
