function setOverflow(id, visibility) {
document.getElementById(id).style.overflow = visibility;
}
