function clubsuche(){
	document.getElementById('suchStr').focus();
	document.getElementById('suchStr').style.backgroundImage = "url(/admin/img/feldBgCs.gif)";
}
function sitesuche(){
	document.getElementById('suchStr').focus();
	document.getElementById('suchStr').style.backgroundImage = "url(/admin/img/feldBgSs.gif)";
}
function websuche(){
	document.getElementById('suchStr').focus();
	document.getElementById('suchStr').style.backgroundImage = "url(/admin/img/feldBgGgl.gif)";
}
var Name, Nr, Dir;
Dir = "/admin/img/";
function Wechsel(Nr, Name) {
	window.document.images[Nr].src = Dir + Name;
}

function px_openWin(theURL,winName,features) {
	fenster = window.open(theURL,winName,features);
	fenster.focus();
}

function formHilite(ID,event)
 {
  if(document.getElementById)
   {
    if(event=="focus"){document.getElementById(ID).style.backgroundImage = "url(img/shadow.gif)"}
    else{document.getElementById(ID).style.backgroundImage = "none"}
   }
 }
