var Bild2;
Bild2=new Image;
Bild2.src="pics/steuer_a2.gif";
var Bild3;
Bild3=new Image;
Bild3.src="pics/steuer_b2.gif";
var Bild4;
Bild4=new Image;
Bild4.src="pics/steuer_c2.gif";
var Bild5;
Bild5=new Image;
Bild5.src="pics/steuer_d2.gif";
var Bild6;
Bild6=new Image;
Bild6.src="pics/steuer_e2.gif";
var Bild7;
Bild7=new Image;
Bild7.src="pics/steuer_f2.gif";



function neues1(){
window.document.eins.src="pics/steuer_a2.gif";
};
function altes1(){
window.document.eins.src="pics/steuer_a1.gif";
};

function neues2(){
window.document.zwei.src="pics/steuer_b2.gif";
};
function altes2(){
window.document.zwei.src="pics/steuer_b1.gif";
};

function neues3(){
window.document.drei.src="pics/steuer_c2.gif";
};
function altes3(){
window.document.drei.src="pics/steuer_c1.gif";
};

function neues4(){
window.document.vier.src="pics/steuer_d2.gif";
};
function altes4(){
window.document.vier.src="pics/steuer_d1.gif";
};

function neues5(){
window.document.fuenf.src="pics/steuer_e2.gif";
};
function altes5(){
window.document.fuenf.src="pics/steuer_e1.gif";
};function neues6(){window.document.sechs.src="pics/steuer_f2.gif";};function altes6(){window.document.sechs.src="pics/steuer_f1.gif";};var breite=screen.width-500;var hoehe=screen.height-600;var isNS;if (window.navigator.appName == "Netscape"){isNS = true;}else {isNS = false;};function neuesFenster(){	if (isNS == true) {myWindow=window.open("tickets.html","tickets","width=420,height=700,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");myWindow.focus() ;	}else{myWindow=window.open("tickets.html","tickets","width=420,height=700,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");myWindow.focus() ;};};
