
function farbwechsel () {
	this.style.color="#aa0000";
}


function oeffne (datei) {
	window.open(datei,"Produkt","resizable=yes,scrollbars=yes,width=584,height=400,screenX=0,screenY=0");
}

function oeffne_bild (datei) {
	window.open(datei,"Grossansicht","resizable=yes,scrollbars=yes,width=284,height=420,screenX=0,screenY=0");
}