var laufgeschwindigkeit = 300
var laufbuchstaben = 1
function Scrolllauftext() {
window.setTimeout('Scrolllauftext()',laufgeschwindigkeit);

var msg = document.weingasthof.newstickerLabel.value; 
document.weingasthof.newstickerLabel.value =
msg.substring(laufbuchstaben) +
msg.substring(0,laufbuchstaben); 
} 

function hoverMenu(obj, colorFr, colorBg, cursor, fontweight) 
	{
		if (colorBg != '')
		{
			obj.style.backgroundColor = colorBg;
			obj.style.color = colorFr;
			obj.style.fontWeight = fontweight;
		}
		if (cursor != '')
			obj.style.cursor = cursor;
	}

