function GetE( id ){
	var element = document.getElementById(id);
	return element;
}
