// JavaScript Document

function changeOver(){
	document.getElementById("senden").style.backgroundImage = "url(../images_sarastro/senden-button_sarastro_over.jpg)";
	}
	
function changeDown(){
	document.getElementById("senden").style.backgroundImage = "url(../images_sarastro/senden-button_sarastro_pressed.jpg)";
	}

function changeOut(){
	document.getElementById("senden").style.backgroundImage = "url(../images_sarastro/senden-button_sarastro.jpg)";
	}
