    if(top.frames.length > 0)
	   top.location.href=self.location;

	//Bilder laden
	img1=new Image(8,8);
	img1.src='image/punkt_2.gif';
	img1A=new Image(8,8);
	img1A.src='image/punkt.gif';
	
	function Bildertausch1(BID)
	{
		Bild=document.images[BID];
		Bild.src=img1.src;
	}

	function Bildertausch2(BID)
	{
		Bild=document.images[BID];
		Bild.src=img1A.src;
	}

	function Fenster()
	{
		mbreite=500;
		mhoehe=500;
		var FensterEigenschaften="resizable=flase, width="+mbreite
		+" height="+mhoehe+", menubar=flase"
		window.open("gbook3.htm","",FensterEigenschaften);
	}

	function Galerie(url)
	{
		wnd=open("","Bildanzeige","width=790, height=570, toolbar=0, location=0,"
		+" directories=0, status=0, menubar=0, scrollbars=1, resizable, dependent");

		with(wnd.document)
		  {
		     open("text/html")
		     writeln("<HTML>")
		     writeln("<HEAD><TITLE>Schmalspurbahnen &Ouml;sterreich - Galerie</TITLE></HEAD>")
		     writeln("<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>")
		     writeln("<img src='"+url+"'>")
		     writeln("</BODY></HTML>")
		     close()
		  }
		wnd.focus()
	}