function openAnmeldung(event) {
	features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=450';
	if (window.screen) {
		var myLeft = (screen.width-400)/2;
		var myTop = (screen.height-450)/3;
		features += ',left='+myLeft+',top='+myTop;
    }
	window.open('forms/'+event+'.php','Anmeldeformular',features);
}

function boxhover(id,pic) {
	document.getElementById(id).src = "http://web58.login-13.loginserver.ch/images/content/"+pic;
}