function gid(name)
{
return document.getElementById(name);
};

function accessibilityCaptions(txt)
{
gid('captions').innerHTML = txt;
};
