function fenster(Wahl)
	{
		var breit, hoch;
		switch (Wahl)
		{
			case 1:
			{FNAME="EURO.html";
			 breit=270;
			 hoch=350;
			 break;
			 }
			case 2:
			{FNAME="Formular.html";
			 breit=270;
			 hoch=350;
			 break;
			 }
		}
		
		var win
		win=window.open(FNAME,"","width="+breit+",height="+hoch+",resizable=yes");
		win.document.bgColor="#007F7F";
		win.document.fgColor="#FFFF00";
	}
function fenster1(FNAME)
	{
		var breit, hoch;
			 breit=800;
			 hoch=700;
		var win
		win=window.open(FNAME,"","width="+breit+",height="+hoch+",resizable=yes, scrollbars=yes, screenX=50, screenY=50");
	}	

function fenster2(FNAME)
	{
		var breit, hoch;
			 breit=630;
			 hoch=580;
		var win
		win=window.open(FNAME,"","width="+breit+",height="+hoch+",resizable=yes, scrollbars=yes, screenX=100, screenY=100");
	}	

function fenster3(FNAME)
	{
		var breit, hoch;
			 breit=450;
			 hoch=400;
		var win
		win=window.open(FNAME,"","width="+breit+",height="+hoch+",resizable=yes, scrollbars=no, screenX=100, screenY=100");
	}	
	
	
	
	function fs_schliessen()
{
	top.close()
}

function banner ()
{
	a=a+1;
      message_ausgabe=message.substring(a,zeichenlaenge);
      document.test.Bannerfeld.value=message_ausgabe;
   if (a>=zeichenlaenge)
     {
	a=0;       
     }
   window.setTimeout ('banner()', 200);
}


