function hideAlert()
{
    var alertId = document.getElementById( "alert" );
    alertId.style.display = "none";
}