function $(e) {
	return document.getElementById(e);
}

/*
function showImprint() {
	AsyncRequest.send('cDisclaimer', 'getImprint', $('content'), null, true);
}

function showPrivacyPolicy() {
	AsyncRequest.send('cDisclaimer', 'getPrivacyPolicy', $('content'), null, true);
}

function showTermsAndConditions() {
	AsyncRequest.send('cDisclaimer', 'getTermsAndConditions', $('content'), null, true);
}

function showAbout() {
	AsyncRequest.send('cDisclaimer', 'getAbout', $('content'), null, true);
}
*/
