function sucheaktiv(){
	//document.forms[0].focus();
	document.forms[0].sword.focus();
	//document.sword.focus();
}

// function Hover(Div,Bild) {
//	document.getElementById(+Div+).style.backgroundImage = 'url(+Bild+)';
//}