﻿function jsFunction()
{
    document.getElementById('closed-registration').style.display = "block";
}

function CloseBox(){
    document.getElementById('closed-registration').style.display = "none";
}