// JavaScript Document

function ShowFlag()
{
    document.getElementById('flag').style.display = '';
}
