// Changes class for buttons

function changeClass(id, theclass){
        document.getElementByID(id).className = theClass;
}
