function ge(id) {

	return document.getElementById(id);

}