// JavaScript für Höfle, Stand 2005-12-23

// Safari and Opera fail on Anchor jumps in the Reithmayer-Context
// so use a JS-Function
function pgtop () {
	document.getElementById('cent').scrollTop=0;
	return;
}

