//$Rev: 18035 $
//<![CDATA[
if(!window.mmcore){
	window.mmcore={
	domain:'seb-bank.de',
	server:'cg-global.maxymiser.com/geo1/',
	cookie_domain:'',
	tpixel:false,
	cprefix:'mmcore.',
	OPC_install:function(){var t=this;t.SetParam('OPC.install','1');t._async=1;t.tpixel=false;t.CGRequest()},
	SetCookie:function(n,v,d,g){var _t=this,_h=_t._Host(_t._TL(location.hostname)),exp=_t._FutureDate(d);
		_t._d.cookie=escape(eval(g)?n:_t._PN(n))+'='+escape(v)+(_h.length?';domain='+_h:'')
		+';path=/'+(typeof d!='undefined'&&d!=0?(';expires='+exp.toGMTString()):'');_t.SetParam(n,v)},
	GetCookie:function(n,g){var _t=this;return unescape(_t._ValByKey(_t._d.cookie,escape(g?n:_t._PN(n)),'=',';'))},
	HideMaxyboxes:function(names){this._MbStyle('{visibility:hidden;}',this._Args2Arr(arguments))},
	ShowMaxyboxes:function(names){var i,obj,nn=this._Args2Arr(arguments);for(i=0;i<nn.length;i++){obj=this.GetMaxyboxNode(nn[i]);if(obj)obj.style.visibility='visible'}},
	GetMaxyboxNode:function(m){return document.getElementById(m)},
	IsDefaultArrived:function(m){return this.GetMaxyboxNode(m)},
	SetAction:function(name,val,attr){var _t=this;_t._vars.act[_t._T(name)]=''+_t._ToNum(0,val)+','+(attr||'')},
	$Action:function(){var _t=this;a=_t.GetCookie("mmact")+_t._S(arguments);_t.SetCookie("mmact",a,1)},
	SetPersCriterion:function(name,val){this._vars.uat[this._T(name)]=(val||'')},
	SetParam:function(name,val){var t=this;t._vars[t._TL(name)]=(val||'');if(t[name]&&val)t[name]=val},
	GetParam:function(name){var t=this;return t._vars[t._TL(name)]||t[name]},
	SetPageID:function(id){this.SetParam('PageID',id)},
	DeclareMaxyboxes:function(names){var _t=this,a=_t._Args2Arr(arguments),i=0;for(;i<a.length;i++)_t._vars.mb[_t._T(a[i])]=''},
	SetVisitorID:function(id){this.SetParam('visid',id)},
	CGRequest:function(callback){var _t=this,o=_t._DS(_t.GetCookie("mmact"),function(){_t.SetAction.apply(_t,this)});_t.SetCookie("mmact","",0);_t._callback[++_t._request_id]=callback;return _t.GetParam("gm")!=2?(_t._sid=_t._Tag(_t._TagUri())):null},
	RenderMaxyboxes:function(names){var t=this,i=0,_tr=t._renderers,nn,a=t._Args2Arr(arguments);if(a.length<=0)for(nn in _tr)a.push(nn);
		for(;i<a.length;i++){nn=a[i];if(_tr[nn]&&!t._r_mbs[nn])try{_tr[nn]()}catch(e){};t._r_mbs[nn]=1;t.ShowMaxyboxes(nn)}},
	AddDocLoadHandler:function(handler){var t=this,d=t._d,f,tm1,u=t._L(navigator.userAgent);
		if(t._docEnd&&handler)return handler();else t._docEndF.push(handler);if(t._docEndF.length>1)return;
		mmcore.evnt=function(){var i=0;if(!t._docEnd){t._docEnd=true;for(;i<t._docEndF.length;i++)try{t._docEndF[i]()}catch(e){};}t._docEndF=[]};
		if(/webkit/.test(u))f=function(){return d.readyState=="loaded"||d.readyState=="complete"};
		else if(/msie/.test(u)&&window==top)f=function(){try{d.documentElement.doScroll("left");return true}catch(e){return false}};
		if(f)tm1=setInterval(function(){if(f())mmcore.evnt();if(t._docEnd&&tm1){clearInterval(tm1);tm1=null;f=null}},500);
		if((/mozilla/.test(u)&&!/(compatible)/.test(u))||(/opera/.test(u)))t._d.addEventListener("DOMContentLoaded",mmcore.evnt,false);
		window._mm_owl1=t._w.onload;t._w.onload=function(event){mmcore.evnt();if(window._mm_owl1)return window._mm_owl1(event);}},
//transport
	Request:function(callback){var _t=mmcore;_t._rd=(new Date()).getTime();_t._async=true;return (_t._sid[_t._request_id-1]=_t.CGRequest(callback||function(){}))},
	IsFinished:function(){var _t=mmcore,r=true,i,tc=_t._callback;if(_t.tpixel)r=((new Date()).getTime()-_t._rd)>=_t._rt;for(i=0;i<tc.length;i++)r=r&&(tc[i]==null);return r},
	StopRequest:function(){var _d=document,_t=mmcore,_n,i,s=_t._sid;for(i in s){_n=_d.getElementById(s[i]);if(_n){(_n.parentNode||_d).removeChild(_n);_n.src='about:blank';delete _n}}},
	_rt:1000,
//private
	jsver:'4.3',_vars:{fv:{},mb:{},act:{},uat:{}},_vars_alias:{mb:'cv',act:'uv'},_renderers:{},_extensions:{},_r_mbs:{},
	_async:false,_w:window,_d:document,_undef:undefined,_callback:[],_request_id:0,
	_sid:[],_rd:null,_docEnd:false,_docEndF:[],_incrRender:true,
	_FutureDate:function(days){var d=new Date();d.setTime(d.getTime()+days*86400000);return d},
	_AddRenderer:function(mb,func){this._renderers[mb]=func},
	_ValByKey:function(str,key,f,r)/*f-field, r-array of record separators*/{
		var k=key.replace(/\./g,'\\.'),sre1='\\s*('+k+')\\s*'+f+'([^'+r+']*)',r2='',m,_t=this,re=new RegExp(r+sre1,'gm'),re1=new RegExp('^'+sre1,'gm');
		while((m=re.exec(str))!=null)r2=_t._T(m[2]);if(r2===''&&(m=re1.exec(str))!=null)r2=_t._T(m[2]);
		return r2;},
	_ReadParams:function(str,f,r)/*f-field, r-record separators*/{
		var _t=this,p=_t.cprefix,rs=[str],rs1,i,i1,kv;if(p.length==0)return;r=[].concat(r);
		for(i=0;i<r.length;i++){rs1=[];for(i1=0;i1<rs.length;i1++)rs1=rs1.concat(rs[i1].split(r[i]));rs=rs1}
		for(i=0;i<rs.length;i++){kv=rs[i].split(f);if(kv.length!=2)continue;
			kv[0]=_t._TL(kv[0]);if(kv[0].indexOf(p)==0)_t.SetParam(kv[0].substr(p.length),_t._T(kv[1]))}},
	_Args2Arr:function(){var r=[],i=0,a=arguments[0],l=a.length;
		if(l>0){if(a[0] instanceof Array)r=a[0];else if(!(a[0]instanceof Object))for(;i<l;i++)r[i]=a[i]}return r},
	_S:function(a){return "<"+escape([].join.call(a,','))+">"},
	_DS:function(s,f){var o={};unescape(s).replace(/<(.+?)>/g,function(){var a=arguments[1].split(",");o[a[0]]=a});if(f)for (var i in o)f.call(o[i]);return o},
	_ToNum:function(def_val,str){return (typeof str==undefined||isNaN(str))?def_val:Number(str)},
	_T:function(str){return str.replace(/^\s+/g, '').replace(/\s+$/g, '')},
	_L:function(str){return str.toLowerCase()},
	_TL:function(str){return this._L(this._T(str))},
	_PN:function(str){return this._T(this.cprefix+str)},
	_Host:function(host){
		var cd=this.cookie_domain;host=host.replace(/(^www.)?(^localhost$)?/,''),
		m=host.match((cd||this.domain).replace(/^www./,'')+".*");
		if(m)host=m[0];return(((!cd&&m)||(!m&&host))?'.':'')+host;},
	_TagUri:function(){
		this._InitRef();var _t=this,_vv=_t._vars,_p=location.protocol,s='',s1,i,_v,_k;
		_t.SetParam('jsver',_t.jsver);_t.SetParam('tp',_t.tpixel?'1':'');//try{_t._ReadParams(_t._d.cookie,'=',';')}catch(e){}
		for(i in _vv){_v=_vv[i];s1='';
			if(typeof _v=='object'){for(_k in _v)s1+=_k+'='+_v[_k]+';';s1.slice(0,-1)}else s1=_v;
			if(s1.length)s+=(_t._vars_alias[i]||i)+'='+escape(s1)+'&'
		};
		s=_t.server+'?'+s.slice(0,-1)+'&ri='+_t._request_id;
		return s.indexOf('://')>0?s:_p+'//'+s},
	_Tag:function(uri){
		var _t=this,_n,px=_t.tpixel,tp='text/javascript',d=_t._d,_a,id=_t.cprefix+_t._request_id;if(_t.GetParam('gm')=='2')return;
		if(_t._async){
			_n=d.createElement(px?'img':'script');_n.id=id;_n.src=uri;if(!px){_n.type=tp;_n.charset='utf-8'};
			_a=d.getElementsByTagName(px?'body':'head');if(_a&&_a.length)_a[0].appendChild(_n)
		}else{
			try{_t._d.write(px?'<img id="'+id+'" src="'+uri+'"\/>':'<scr'+'ipt id="'+id+'" type="'+tp+'" charset="utf-8" src="'+uri+'"><\/scr'+'ipt>')}
			catch(e){_t._async=true;_t._Tag(uri)}
		}_t._Clear();return id},
	_RenderOnLoad:function(){var t=this,tm,f1,f2;
		f1=function(){t.RenderMaxyboxes()};t.AddDocLoadHandler(f1);
		f2=function(){var m,ok=true,ma=t._r_mbs;
			for(m in t._renderers){if(t._docEnd||(!ma[m]&&t.IsDefaultArrived(m)))t.RenderMaxyboxes(m);if(!ma[m])ok=false}if(ok)clearInterval(tm)
		};if(t._incrRender)tm=setInterval(f2,100)},
	_MbStyle:function(vis,arg){var s='<style type="text/css">',i=0;for(;i<arg.length;i++)s+=(i>0?',#':'#')+arg[i];s+=vis+'</style>';this._d.write(s)},
	_InitRef:function(){var _t=this;_t._d=document;_t._w=window;},
	_Init:function(first){
		var _t=this,_fv=_t._vars.fv,_w=_t._w.screen,_u=location.href,_r=_t._d.referrer,_rnd=(''+Math.random()).substring(0,5),_id;
		_t._Clear();if(first){_id=_t._ValByKey(_u,_t._PN('pd'),'=','&');if(_id.length)_t.SetCookie('pd',_id,7);}
		try{_t._ReadParams(_t._d.cookie,'=',';');_t._ReadParams(_u,'=',['&','?','#'])}catch(e){}
		_fv.dmn=_t.domain;if(_r.length>256)_r=_r.substring(0,256);if(_u.length>1024)_u=_u.substring(0,1024);
		_fv.ref=escape(_r);_fv.url=escape(_u);_fv.scrw=_w.width;_fv.scrh=_w.height;_fv.clrd=_w.colorDepth;
		_t.SetCookie('tst',_rnd,10);_fv.cok=(_t.GetCookie('tst')==_rnd?1:0);
		_id=_t.GetCookie('mmid',1);if(_id.length)_t.SetParam('mmid',_id);
	},
	_Clear:function(){var v=this._vars;v.mb={};v.act={};v.uat={}/*;this._r_mbs={}*/}
};
if (navigator.userAgent.toLowerCase().indexOf("opera")!=-1) {mmcore.CGRequest=function (args) {return false;};}
else window.mmcore._Init(true);
if(window.mmPageID) mmcore.SetPageID(window.mmPageID);
mmcore.CGRequest();
}
//]]>

//mmevents.js
//$Rev: 15281 $
if(!window.mmevents){
window.mmevents={
	timeout:3000,
	isopera:(navigator.userAgent.toLowerCase().indexOf("opera")!=-1),
	Tag:function(nodes,prerequest,transport,isbeforeuserhandler,event,isredir){
		if (this.isopera)return;
		var _t=this,_n=nodes,_tr=transport,_pr=prerequest,n,isb=isbeforeuserhandler,ev=event?event:'onclick';isredir=typeof isredir!='undefined'?isredir:true;
		if(!(ev=='onclick'||ev=='onmousedown'||ev=='onmouseup'))return 'invalid event';
		if(_n.tagName)_n=[_n];for(n=0;n<_n.length;n++)_t._TagNode(_n[n],_pr,_tr,isb,ev,isredir);
	},
	Request:function(node){
		if (this.isopera)return;
		var _t=this,_n=node;if(_t._tid)return;
		if(window.mmcore)mmcore.SetPageID('mmevents.js');
		if(!_n.mmRedirect)_n.mmRedirect=function(){};
		if(_n.mmPreRequest)try{_n.mmPreRequest(_n);}catch(e){};
		_t._t0=(new Date()).getTime();_n.mmRequest();
		_t._tid=setInterval(function(){
			var isf=_n.mmIsFinished(),ist=((new Date()).getTime()-_t._t0)>=_t.timeout;if(ist&&!isf)_n.mmStop();
			if(isf||ist){clearInterval(_t._tid);_t._tid=null;var oldhr=true;
			if(_n.mmbefore&&_n.mmOldHandler)oldhr=_n.mmOldHandler(_n.mmevent);
			if(oldhr&&_n.mmisr)_n.mmRedirect();
			}
		},200);
	},
	//private
	_tid:null,_t0:null,
	_TagNode:function(n,pr,tr,isb,ev,isr){
		if(!n||!n.tagName)return;var _t=this;_t._CopyTransport(n,tr,pr);
		switch(n.tagName.toUpperCase()){
			case "FORM":_t._Tag_form(n,tr,isb);break;
			default:_t._Tag_a(n,tr,isb,ev,isr);break;
		}
	},
	_Tag_a:function(obj,tr,isbefore,ev,isr){
		if(!obj.mmev){obj.mmev=ev;obj.mmisr=isr;if(!obj.mmOldHandler)obj.mmOldHandler=obj[ev];obj[ev]=mm_a_onclick;obj.mmbefore=isbefore}
	},
	_Tag_form:function(obj,tr,isbefore){
		if(!obj.mmOldHandler && !obj.oldOnSubmit){
			obj.mmisr=true;
			obj.mmbefore=isbefore;
			obj.mmOldHandler=obj.submit;
			obj.submit=function(){
				this.mmRedirect=function(){
					this.mmOldHandler();
				}
				mmevents.Request(this);	
				return false;}
			obj.oldOnSubmit=obj.onsubmit||function(){}
			obj.onsubmit=function(){
				var t=this;
				if(t.mmOldHandler)t.submit=t.mmOldHandler;
				if(t.oldOnSubmit()!=false){
					t.mmRedirect=function(){t.submit();}
					mmevents.Request(t);}
				return false;
			}
		}
	},

	_CopyTransport:function(obj,tr,pr){
		var th=this,t=this._transport,opr=obj.mmPreRequest;if(!tr)tr=t;
		if(opr)obj.mmPreRequest=function(node){opr(node);pr(node);};else obj.mmPreRequest=pr;
		obj.mmtransport=obj.mmtransport?th._TransportBridge([obj.mmtransport,tr]):th._TransportBridge([tr,t]);
		obj.mmRequest=obj.mmtransport.Request;obj.mmIsFinished=obj.mmtransport.IsFinished;obj.mmStop=obj.mmtransport.StopRequest;
	},
	_TransportBridge:function(trs){
		var _t=this,_tr=_t._transport,
		__isf=function(){var r=true,i;for(i=0;i<trs.length;i++)r=r&&(trs[i].IsFinished||_tr.IsFinished)();return r}
		return {
			Request:function(callback){var i;for(i=0;i<trs.length;i++)(trs[i].Request||_t.Request)(callback)},
			IsFinished:function(){return __isf()},
			StopRequest:function(){var i;for(i=0;i<trs.length;i++)(trs[i].StopRequest||_tr.StopRequest)()}
		}
	},
	//default transport
	_transport:{Request:function(callback){},
				IsFinished:function(){return true},
				StopRequest:function(){}}
}
window.mm_a_onclick = function(e) {
	var p, t = this, h = t.href, ev = mmevents, _wl = window.location; t.mmevent = e;
	if (!t.mmbefore) try { if (t.mmOldHandler && t.mmOldHandler(e) === false) return false } catch (ex) { }
	if (h&&t.tagName.toUpperCase()=='A') {
		p = h.toLowerCase().indexOf("javascript:");
		if (p == -1) t.mmRedirect = function() {
		if (navigator.userAgent.indexOf("Chrome") != -1) {
			elem = document.createElement("a");elem.href = t.href;
				if (document.createEvent) {evt = document.createEvent('MouseEvents');}
				if (elem && elem.dispatchEvent && evt && evt.initMouseEvent) {
					evt.initMouseEvent('click', true, true, document.defaultView, 1, 0, 0, 0, 0, false, false, false, false, 0, null);
					elem.dispatchEvent(evt);
				}
			}
			_wl.assign(h);
		};
		else t.mmRedirect=function(){eval(unescape(h));}
	}
	ev.Request(t); return false
}
}