function switchButtonsState(section, button){
	switch(section){
		case home:
			
		break;
	}
}