var dC = document;
function $(id) {
	return document.getElementById(id);
}
