﻿	function show(el) {
		document.getElementById(el).style.backgroundImage = "url('../../fileadmin/images/head-bg-mouseover.png')";
	}
	function normal(el) {
		document.getElementById(el).style.backgroundImage = "url('../../fileadmin/images/head-bg-mouseout.png')";
	}

