
bild_91 = new Image();
bild_91.src = "images/team_abb_faltin.jpg";
bild_92 = new Image();
bild_92.src = "images/team_abb_faltin.jpg";


bild_11 = new Image();
bild_11.src = "images/team_abb_faltin.jpg";
bild_12 = new Image();
bild_12.src = "images/team_abb_braun.jpg";

bild_21 = new Image();
bild_21.src = "images/team_abb_faltin.jpg";
bild_22 = new Image();
bild_22.src = "images/team_abb_zajontz.jpg";

bild_61 = new Image();
bild_61.src = "images/team_abb_faltin.jpg";
bild_62 = new Image();
bild_62.src = "images/team_abb_berg.jpg";

bild_71 = new Image();
bild_71.src = "images/team_abb_faltin.jpg";
bild_72 = new Image();
bild_72.src = "images/team_abb_krueger.jpg";



bild_31 = new Image();
bild_31.src = "images/menu_top_passwort.gif";
bild_32 = new Image();
bild_32.src = "images/menu_top_passwort-o.gif";

bild_41 = new Image();
bild_41.src = "images/menu_top_logout.gif";
bild_42 = new Image();
bild_42.src = "images/menu_top_logout-o.gif";

bild_51 = new Image();
bild_51.src = "images/menu_top_impress.gif";
bild_52 = new Image();
bild_52.src = "images/menu_top_impress-o.gif";

function Bildwechsel(Namen, Bildname){
 window.document.images[Namen].src=Bildname.src;

}

function on(message)
  {window.status = message;}

function off()
  {window.status="";}

function imgon(img,src)
  {document[img].src = 'images/menu_'+img+src+'.gif';}

function new_window(theURL,winName,features, myWidth, myHeight, isCenter)
{if(window.screen)if(isCenter)if(isCenter=="true")
  {var myLeft = (screen.width-myWidth)/2;
   var myTop = (screen.height-myHeight)/2;
   features+=(features!='')?',':'';
   features+=',left='+myLeft+',top='+myTop;}
 window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);}
 
 
 function openWindow(url,w,h,s) {
        popUpWin =window.open(url,'febs','toolbar=0,status=0,menubar=0,scrollbars='+ s +',resizable=0,width='+ w +',height='+ h);
        if (navigator.appName == 'Netscape') {
                popUpWin.focus();
        }
}

