
var h = window.location.hostname;
	document.write ('<div class="menueViewSize">');

	document.write (' <span title="Schriftgr&ouml;sse &auml;endern"> Zoom: </span>');

	document.write ('<a href="#" title="Ansicht verkleinern" onclick="javascript:setSize(-10); return false"><img border="0" src="http://' + h + '/includes/images/small.gif" alt="Ansicht verkleinern" title="Ansicht verkleinern" onmouseover="this.src=\'http://' + h + '/includes/images/smallHover.gif\'" onmouseout="this.src=\'http://' + h + '/includes/images/small.gif\'"/><\/a>');

	document.write ('<a href="#" title="Normalansicht" onclick="javascript:setSize(0); return false"><img border="0" src="http://' + h + '/includes/images/lupe.gif" alt="Normalansicht" title="Normalansicht" onmouseover="this.src=\'http://' + h + '/includes/images/lupeHover.gif\'" onmouseout="this.src=\'http://' + h + '/includes/images/lupe.gif\'"/><\/a>');

	document.write ('<a href="#" title="Ansicht vergr&ouml;&szlig;ern" onclick="javascript:setSize(10); return false"><img border="0" src="http://' + h + '/includes/images/big.gif" alt="Ansicht vergr&ouml;&szlig;ern" title="Ansicht vergr&ouml;&szlig;ern" onmouseover="this.src=\'http://' + h + '/includes/images/bigHover.gif\'" onmouseout="this.src=\'http://' + h + '/includes/images/big.gif\'"/><\/a>');

	document.write ('<\/div>');


