// JavaScript Document

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