// <!--

function PopUPVid( breite,hoehe) {

var Ypop=screen.availHeight;
var Xpop=screen.availWidth;

Ypop = Math.round(Ypop/2)-250;
Xpop = Math.round(Xpop/2)-360;

url = "/de/video/player.asp";
StrOpen="source=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+breite+",height="+hoehe+",left="+Xpop+",top="+Ypop+",screenX="+Xpop+",screenY="+Ypop;

popupWindow = window.open(url, "VidFen", StrOpen);

if (popupWindow)
 {
 if (popupWindow.focus)
   {
    popupWindow.focus();
 	}
 }
}



function PopUPBild( breite,hoehe,id) {

var Ypop=screen.availHeight;
var Xpop=screen.availWidth;

Ypop = Math.round(Ypop/2)-250;
Xpop = Math.round(Xpop/2)-315;

url = "/de/Aktuelles/Bild.asp?id="+id;
StrOpen="source=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+breite+",height="+hoehe+",left="+Xpop+",top="+Ypop+",screenX="+Xpop+",screenY="+Ypop;

popupWindow = window.open(url, "DetFen", StrOpen);

if (popupWindow)
 {
 if (popupWindow.focus)
   {
    popupWindow.focus();
 	}
 }
}


function PopUPCentreMitScroll( breite,hoehe,id) {

var Ypop=screen.availHeight;
var Xpop=screen.availWidth;

Ypop = Math.round(Ypop/2)-300;
Xpop = Math.round(Xpop/2)-315;

url = "/de/APplus/screenshot.asp?id="+id;
StrOpen="source=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width="+breite+",height="+hoehe+",left="+Xpop+",top="+Ypop+",screenX="+Xpop+",screenY="+Ypop;

popupWindow = window.open(url, "DetFen", StrOpen);

if (popupWindow)
 {
 if (popupWindow.focus)
   {
    popupWindow.focus();
 	}
 }
}


function PopUPLageCeBIT( breite,hoehe) {

var Ypop=screen.availHeight;
var Xpop=screen.availWidth;

Ypop = 10;
Xpop = Math.round(Xpop/2)-315;

url = "/de/ms/CeBIT-Asseco.asp";
StrOpen="source=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width="+breite+",height="+hoehe+",left="+Xpop+",top="+Ypop+",screenX="+Xpop+",screenY="+Ypop;

popupWindow = window.open(url, "CebitFen", StrOpen);

if (popupWindow)
 {
 if (popupWindow.focus)
   {
    popupWindow.focus();
 	}
 }
}




var image_La;

//****************************  Preload cell Background to avois delay  

function preloadBckGd() {

on_but = new Image(178,25);
on_but.src ="/de/im-home/but-on.jpg";

off_but = new Image(178,25);
off_but.src ="/de/im-home/but-off.jpg";

}

preloadBckGd();


//-->
