﻿function submitForm(b)
{
    b.style.display = 'none';
    w = document.getElementById('ctl00_cph_Warning')
    w.innerHTML = '';
}