﻿function ConfirmHVP($value)
{
  if ($value == "No")//if yes
  {
     confirm ("As you have requested not to receive copies of HVP, \n\nyou will not be required to proceed further")
   
  }
} 

