// JavaScript Document
	// Frameset nachladen wenn nötig.
	function ladeframenach() {
		if(!parent.nav)
		location.href="/index.html?" + location.pathname;
	}
	ladeframenach();
	
	// Skript zum öffnen des Impressums.
	function openw(num)
	{
		if (num == 1)
			window.open('impressum.htm','Impressum','menubar=no,toolbar=no,location=no,status=no,scrollbars=no,resizable=no,width=460,height=600');
	}
