﻿function printArticle()//This function is to display the popup window for printing the article
{
    window.open('Print.aspx', 'printer', 'scrollbars=yes, toolbar=no, resizable=yes ,width=770px, height=500px');
}
