if (document.layers)	{
	window.captureEvents(Event.RESIZE); window.onresize = handleResize;
	window.onload = handleLoad;
	function handleResize() {   window.parent.frames[1].history.go(0); return false; }
	}
	function handleLoad() {
	parent.Gartenkunst.location.reload(); }
