// JavaScript Document

function changeHomeBox(welche,wohin) {
	document.getElementById(welche).className = "home_box" + wohin;
}