var PopUp;
function openWin (link,breite,hoehe,leiste,resz,stts,menu,loc)
{
var werte = 'width=' + breite + ',height=' + hoehe + ',toolbar=' + leiste + ',resizable='+ resz +',status=' + stts +',menubar=' + menu + ',location=' + loc;
PopUp = window.open(link,'Deutsche_Bank',werte);
}
function openPrivateSite(trackinglink)
{
var privateSite;
// privateSite  = window.open('/pbc/trackingframes/pu_ser_txm_techprob_frame.html','privat','width=620,height=530,location,toolbar=1,resizable=1,status=1');
// privateSite  = window.open(trackinglink,'privat','width=804,height=604,location,toolbar=1,resizable=1,status=1');
   privateSite  = top.location.href=trackinglink;

}
var SearchPop;
function openSearch (link,breite,hoehe,leiste,resz,stts,x,y)
{
// top.window.name='daddy';
var werte = 'width=' + breite + ',height=' + hoehe + ',toolbar=' + leiste + ',resizable='+ resz +',status=' + ',scrollbars=yes,resizable=no' + ',left=' + x + ',top=' + y;
SearchPop = window.open(link,'DB24_Search',werte);
}
// top.window.name='daddy';

var OpenPop;
function openPopup (link,name_popup,width,height,toolbar,resz,stts,x,y)
{
// fuction open pop-up
// top.window.name='daddy';
var options= 'width=' + width + ',height=' + height + ',toolbar=' + toolbar + ',resizable='+ resz + ',status=' + stts + ',scrollbars=yes'+',top=' + y + ',screenX=' + x + ' ';
OpenPop = window.open(link,name_popup,options);
}
// top.window.name='daddy';