﻿// JavaScript File
function showFlashControl(val)
{
    document.getElementById("ctl00_LabelFlashControl").innerHTML = val;
}

