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

function gEs(ids){
	return getElementsByIds(ids);
}
