var Bild2;
Bild2=new Image;
Bild2.src="pics/icon1farb.gif";
var Bild3;
Bild3=new Image;
Bild3.src="pics/icon2farb.gif";
var Bild4;
Bild4=new Image;
Bild4.src="pics/icon3farb.gif";
var Bild5;
Bild5=new Image;
Bild5.src="pics/icon4farb.gif";
var Bild6;
Bild6=new Image;
Bild6.src="pics/icon5farb.gif";
var Bild7;
Bild7=new Image;
Bild7.src="pics/icon6farb.gif";

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

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

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

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

function neues5(){
window.document.fuenf.src="pics/icon5farb.gif";
};
function altes5(){
window.document.fuenf.src="pics/icon5weiss.gif";
};

function neues6(){
window.document.sechs.src="pics/icon6farb.gif";
};
function altes6(){
window.document.sechs.src="pics/icon6weiss.gif";
};


var breite=screen.width-1000;
var hoehe=screen.height-1000;
var isNS;
if (window.navigator.appName == "Netscape"){
isNS = true;
}
else 
{
isNS = false;
};

function Info1(){
	if (isNS == true) {
myWindow=window.open("info1.html","","width=700,height=450,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info1.html","","width=700,height=450,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info2(){
	if (isNS == true) {
myWindow=window.open("info2.html","","width=700,height=450,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info2.html","","width=700,height=450,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info3(){
	if (isNS == true) {
myWindow=window.open("info3.html","","width=700,height=350,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info3.html","","width=700,height=350,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info4(){
	if (isNS == true) {
myWindow=window.open("info4.html","","width=700,height=350,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info4.html","","width=700,height=350,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info5(){
	if (isNS == true) {
myWindow=window.open("info5.html","","width=700,height=350,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info5.html","","width=700,height=350,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info6(){
	if (isNS == true) {
myWindow=window.open("info6.html","","width=700,height=670,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info6.html","","width=700,height=670,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info7(){
	if (isNS == true) {
myWindow=window.open("info7.html","","width=700,height=450,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info7.html","","width=700,height=450,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info8(){
	if (isNS == true) {
myWindow=window.open("info8.html","","width=700,height=350,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info8.html","","width=700,height=350,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function Info9(){
	if (isNS == true) {
myWindow=window.open("info9.html","","width=700,height=550,menubar=no,scrollbar=yes,screenX="+breite+",screenY="+hoehe+"");
myWindow.focus() ;
	}else{
myWindow=window.open("info9.html","","width=700,height=550,menubar=no,scrollbar=yes,left="+breite+",top="+hoehe+"");
myWindow.focus() ;
};
};

function closeWindow(){
window.close();
};
