﻿function Required(value)
{

    var t = value;
    if (t != 'N7PG2H')
    {
        alert('The verification word is incorrect. Please try again.');
        return false;
     }
     
     document.quickquote.action = "../contact/quote-success.asp";
     document.quickquote.submit();
     //return true;
}