/**
* script.js
**/

function move_box_up() {
	alert("hallo");
	//getElementById('center_box').style.top='80px';
}
