// JavaScript Document


function showOver() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button_over.jpg)";
	document.getElementById("Productlist").style.color = "#917B4C";
}

function showOut() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button.jpg)";
	document.getElementById("Productlist").style.color = "#000000";
}

function showDown() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button_pressed.jpg)";
}



function showOverr() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button_over.jpg)";
	document.getElementById("Productlist").style.color = "#917B4C";
}

function showOutt() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button.jpg)";
	document.getElementById("Productlist").style.color = "#000000";
}

function showDownn() {
	document.getElementById("daten").style.backgroundImage = "url(../images_sarastro/tabelle-button_click.jpg)";
}

