window.onload = function() {

	Menu.SetMenuEffects();
	DDAjaxUpdater.init();
	
	//Suchformular bei Focus leeren
	/*
	document.forms[0].sword.onfocus = function(){
		this.value = "";
	}
	*/

	//Für Tooltip
	document.onmousemove = updateTT;


};
