function show_all(aktuell)
{
	if ( parent.frames.length == 0 )
	{	

		document.clear();
		document.close();
		document.open();
		document.writeln("<html>\n<head>\n<title>Akupunktur Praxis Dr. rer. nat. Silke Kr&uuml;ger Heilpraktikerin in Bensberg bei K&ouml;ln</title>\n</head>");
		document.writeln("   <frameset rows=\"162,*\" frameborder=\"NO\" framespacing=\"0\" border=\"0\">");
		document.writeln("     <frame src=\"top1.htm\" name=\"topFrame\" noresize scrolling=\"NO\">");
		document.writeln("     <frameset rows=\"*\" cols=\"180,*\" framespacing=\"0\" border=\"0\" frameborder=\"NO\">");
		document.writeln("       <frame src=\"navi1.htm\" name=\"leftframe\" noresize scrolling=\"NO\">");
		document.writeln("       <frame src=\"main1.htm\" name=\"mainFrame\" noresize scrolling=\"auto\">");
		document.writeln("      </frameset>");
		document.writeln("    </frameset>");
		document.writeln("  </body></html>");
		document.close();
		parent.frames[2].location.href = aktuell;
	}
}






