var im = new Array(
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-1.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-2.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-3.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-4.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-5.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-6.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-7.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-8.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-9.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-10.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-11.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-12.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-13.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-14.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-15.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-16.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-17.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-18.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-19.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-20.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-21.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-22.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-23.jpg", 
"http://www.ilovebildwechsel.org/wp-content/img/qunstmag1-24.jpg");i = 0;function vorwaerts() { 	if (i != 23) {  		document.images.dia.src = im[i+1];  		i++;  	} }function zurueck() { 	if (i != 0) {  		document.images.dia.src = im[i-1];  		i--;  	} }



function Aktivieren(){    document.getElementById('inp').style.visibility = "visible";}function Deaktivieren(){    document.getElementById('inp').style.visibility = "hidden";}