function ChangeVisibility(id, value) {
document.getElementById(id).style.visibility = value;
}
