﻿// JScript File

function goff()
{
document.getElementById('GeneralContainer').style.display = "none";
return;
}
function gon()
{
document.getElementById('GeneralContainer').style.display = "inline";
return;
}
