﻿//Added by M1009144 for print quote/application page
function FaxMailPrintScreen(RequestedPageName)
{
    var win = window.open(RequestedPageName,'PrintSummary','width='+ 
        parent.window.screen.width + ',height='+ parent.window.screen.height +',location=0,status=0,resizable=1,scrollbars=1,menubar=1');
        
    win.moveTo(0,0);
}