function hq_print_notice()
{
   var notice_uri = 'https://www.hailquotes.ca/agent/wra/docs/Loss Notice.pdf'
   var msg = "The 'Notice of Loss' will open in a separate window, remember to close the window after you have printed the form.\n"
           + "You can complete the printed form and fax or mail it to our office\n\n"
           + "- Click 'OK' to continue, or\n"
           + "- Click 'CANCEL' to quit"
  if (!confirm(msg)) {return}
  wndw = window.open(notice_uri,'wndw')
}

function hq_claims_processing()
{
   var claim_setup = 'https://www.hailquotes.ca/wra/customers/pages/claim_setup.asp'
   location.href = claim_setup
}

