﻿// JScript File
function openPrintWindow(strUrl)
{
   window.open(strUrl, 'print', 'directories=yes,location=yes,menubar=yes,resizable=yes,status=yes,toolbar=yes,scrollbars=yes,width=650')
}

