function printWindow(articleID) {
    myRef = window.open('/PressRoom/print-article.aspx?id=' + articleID, 'dtiPrintArticleWin', 'left=20,top=20,width=650,height=800,toolbar=1,resizable0,menubar=1');
}

function PrintArticle(pageUrl) {
    myRef = window.open(pageUrl, 'dtiPrintArticleWin', 'left=20,top=20,width=650,height=800,toolbar=1,resizable0,menubar=1');
}

