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 shImgMMS4(id) {
    oWin = window.open('/MMS/images.aspx?id=' + id + '&typ=7', 'image', 'height=500,width=660,top=100,left=50,status=no,toolbar=no,menubar=no,scrollbars=no,location=no,resizable=yes'); oWin.focus()
}
function shImgMMS6(id) {
    oWin = window.open('/MMS/images.aspx?id=' + id + '&typ=7', 'image', 'height=660,width=500,top=100,left=50,status=no,toolbar=no,menubar=no,scrollbars=no,location=no,resizable=yes'); oWin.focus()
}
function shImgMMS42(id) {
    oWin = window.open('/MMS/images.aspx?id=' + id + '&typ=5', 'image', 'height=500,width=660,top=100,left=50,status=no,toolbar=no,menubar=no,scrollbars=no,location=no,resizable=yes'); oWin.focus()
}
function shImgMMS62(id) {
    oWin = window.open('/MMS/images.aspx?id=' + id + '&typ=5', 'image', 'height=660,width=500,top=100,left=50,status=no,toolbar=no,menubar=no,scrollbars=no,location=no,resizable=yes'); oWin.focus()
}
try {
    $(function () {
        $('div.standBody a[href *= "zdroj.aspx?typ=5"]').lightBox({
            overlayBgColor: '#111',
            overlayOpacity: 0.7
        });
    });
}
catch (e) { }
 
