function getByID(id){
	return document.getElementById(id);
}
