function openSitemapEAmt(){ 
	//oeffnet das sitemap-fenster;
	window.open('sitemap_ea.cfm', 'frmSitemap', 'width=300,height=450,resizable=yes,scrollbars=yes');
}

function showForum() {
	window.open('forum/list.cfm?forum=4&fo_group_id=2', '_blank', '');
}

function hello(){
	alert("Hallo");
}
function setLogoutLocation(){
	window.location = "index.cfm?uuid=992AB187C2975CC8A2B1FC6C0718AD05";
}