﻿ function OpenMediaPopup(Id) {
        var Url = 'photopopup.aspx?Id=' + Id;
        window.open(Url, 'watanfifawc', 'location=no,top=150,left=250,width=1000,height=900,0,,scrollbars=yes');
    }
    
     function OpenMediaPopup1(ArticleId,Id) {
        var Url = 'photopopup.aspx?ArtId='+ ArticleId + '&Id=' + Id;
        window.open(Url, 'watanfifawc', 'location=no,top=150,left=250,width=1000,height=900,0,,scrollbars=yes');
    }
