/* script for www.spaett.com
	created on oktober, 24., 2006 by Werner Merk, info@werner-merk.de */

<!--
var g=new Array(22);
for(i=0; i<22; i++)
g[i]=new Image();

g[0].src="07gelenforum/01.jpg";
g[1].src="07gelenforum/02.jpg";
g[2].src="07gelenforum/03.jpg";
g[3].src="07gelenforum/04.jpg";
g[4].src="07gelenforum/05.jpg";
g[5].src="07gelenforum/06.jpg";
g[6].src="07gelenforum/07.jpg";
g[7].src="07gelenforum/08.jpg";
g[8].src="07gelenforum/09.jpg";
g[9].src="07gelenforum/10.jpg";
g[10].src="07gelenforum/11.jpg";
g[11].src="07gelenforum/12.jpg";
g[12].src="07gelenforum/13.jpg";
g[13].src="07gelenforum/14.jpg";
g[14].src="07gelenforum/15.jpg";
g[15].src="07gelenforum/16.jpg";
g[16].src="07gelenforum/17.jpg";
g[17].src="07gelenforum/18.jpg";
g[18].src="07gelenforum/19.jpg";
g[19].src="07gelenforum/20.jpg";
g[20].src="07gelenforum/21.jpg";
g[21].src="07gelenforum/22.jpg";

var n=0;
function g1()
{
  if(n<21)
  n++;
  document.images[30].src=g[n].src;
}
function g2()
{
  if(n>0)
  n--;
  document.images[30].src=g[n].src;
}
function g3()
{
	if(n>0)
  n=0;
  document.images[0].src=g[n].src;
}
function g4()
{
  n=21;
  document.images[0].src=g[n].src;
}
//-->
