function show_all(aktuell)
{
	if ( parent.frames.length == 0 )
	{	

		document.clear();
		document.close();
		document.open();
		document.writeln("<html>\n<head>\n<title>Bit-Racing.de - Die Page für Microsizer</title>\n</head>");
		document.writeln("   <frameset cols=\"120,*\" frameborder=\"NO\" framespacing=\"0\" border=\"0\">");
		document.writeln("     <frame src=\"http://www.bit-racing.de/menu.html\" name=\"menu\" noresize scrolling=\"NO\">");
		document.writeln("     <frameset rows=\"120,*\" framespacing=\"0\" border=\"0\" frameborder=\"NO\">");
		document.writeln("       <frame src=\"http://www.bit-racing.de/top.html\" name=\"top\" noresize scrolling=\"NO\">");
		document.writeln("       <frame src=\"http://www.bit-racing.de/main.html\" name=\"main\" noresize scrolling=\"auto\">");
		document.writeln("      </frameset>");
		document.writeln("    </frameset>");
		document.writeln("  <body bgcolor=\"#004173\"></body></html>");
		document.close();
		parent.frames[2].location.href = aktuell;
	}
}





