// JavaScript Document Theater Wittenberg
function test(id,n){
if(document.getElementById){
  if(n==1){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background2.jpg)';
		}
  if(n==2){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background1.jpg)';
		}
  if(n==3){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background-akt1.png)';
		}
  if(n==4){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background-akt2.png)';
		}
  if(n==5){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background4.jpg)';
		}
  if(n==6){
   		document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/background-akt3.png)';
		}
  if(n==7){
   	document.getElementById(id).style.backgroundImage='url(http://theater-wittenberg.de/bilder/logo-klein.png)';
		}
		}

}

function block(id){
}
function none(id){
}
