function showBookmarker(){
	document.getElementById('bookmarker').style.display = 'inline';
}

function hideBookmarker(){
	document.getElementById('bookmarker').style.display = 'none';
}

function widgetpopup(){
	var widget = window.open('http://www.ein-quantum-trost.de/widget/index.html','widget','width=510,height=550,scrollbars=no');
}