﻿function showNewsForums(newsId, siteUrl) {

    jQuery.openDOMWindow({
        height: 800,
        width: 900,
        //positionType: 'absolute',
        //positionTop: 50,
        //positionLeft: 50,
        windowSource: 'iframe',
        windowPadding: 0,
        loader: 1,
        loaderImagePath: 'animationProcessing.gif',
        loaderHeight: 16,
        loaderWidth: 17,
        borderSize: 0, 
        windowSourceURL: GetSiteUrl() + "News/SelectTeamsForum.aspx?newsId=" + newsId
    });

    return false;
}

function closeShadow() {
    jQuery.closeDOMWindow();
    //Shadowbox.close();
}