function lageplan()                                                  
{                                                                   
var adresse  = "images/lageplan.jpg";         
var fname    = window.open(adresse,'Lageplan',"width=800,height=600,scrollbars,menubar,resizable")  

}

function NeuesFenster(adresse)                                                  
{                                                                   
    
var fname    = window.open(adresse)  

}

function rangliste(typ,anzahl)                                                  
{
                                                                   
var adresse  = "ranglisten/Rangliste.php?typ="+ typ + "&anzahl=" + anzahl;         
var fname    = window.open(adresse,'Rangliste',"width=800,height=600,scrollbars,menubar,resizable")  

}

function infotext()                                                  
{                                                                   
var adresse  = "inc/info.php";         
var fname    = window.open(adresse,'InfoText',"width=600,height=400")  

}

function info100()                                                  
{                                                                   
var adresse  = "inc/info100.php";         
var fname    = window.open(adresse,'InfoText',"width=600,height=400,scrollbars,resizable")  

}

                                                                    
function setzeFocus(Zahl)
{
if (Zahl == 00) ;
if (Zahl == 01) document.logon.userid.focus();
}

function me1(id){
	document.getElementById(id).style.backgroundColor = '#000000';
}
function me2(id){
	document.getElementById(id).style.backgroundColor = '#FFFF78';
}
function me3(id){
	document.getElementById(id).style.backgroundColor = '#FFFFFF';
}
function me4(id){
	document.getElementById(id).style.backgroundColor = '#FFFFFF';
}

function ue1(id){
	document.getElementById(id).style.backgroundColor = 'transparent';
}
function ue2(id){
	document.getElementById(id).style.backgroundColor = 'transparent';
}
function ue3(id){
	document.getElementById(id).style.backgroundColor = 'transparent';
}
function ue4(id){
	document.getElementById(id).style.backgroundColor = 'transparent';
}

function marker(eb1,eb2,eb3,eb4){

id1 = eb1 + "000000";
document.getElementById(id1).style.backgroundColor = '#000000';

id2 = eb1 + eb2 + "0000";
document.getElementById(id2).style.backgroundColor = '#000000';

id3 = eb1 + eb2 + eb3 + "00";
document.getElementById(id3).style.backgroundColor = '#000000';

id4 = eb1 + eb2 + eb3 + eb4 ;
document.getElementById(id4).style.backgroundColor = '#000000';



} 
