IFramePopupDialog=function(b,c,e,a,d){this.element=b;this.iFrameElement=b.find("iframe");if(this.iFrameElement.length==0){throw"No IFRAME element found"}this.width=c;this.zIndex=e;this.url=a;this.action=d};IFramePopupDialog.prototype.show=function(){var b=this.iFrameElement;var a=this.url;b.height(0);this.element.dialog({modal:true,position:"center",resizable:false,width:this.width,height:100,zIndex:this.zIndex,dialogClass:"popupDialog",open:function(c,d){jQuery(c.target).parent().find(".ui-dialog-titlebar").remove();b.attr("src",a)}})};IFramePopupDialog.prototype.destroy=function(){this.element.dialog("destroy");this.iFrameElement.attr("src","")};IFramePopupDialog.prototype.iFrameLoaded=function(a){this.iFrameElement.height(a);var c=this.element.offset();var b=(jQuery(window).height()-a)/2;if(b<0){b=0}this.element.dialog("option","height","auto");this.element.dialog("option","position",[c.left,b])};IFramePopupDialog.prototype.executeAction=function(){if(this.action!=null&&this.action!=undefined){this.action()}};function makeAjaxCallback(c,a,b){return function(d){if(d.status=="begin"){if(c!=null){c(d)}}else{if(d.status=="complete"){if(a!=null){a(d)}}else{if(d.status=="success"){if(b!=null){b(d)}}else{throw"Unrecognized status: "+d.status}}}}}function showAjaxError(c,a){var b=jQuery(c);window.__AJAX_ERROR_BLOCKED=b;window.__AJAX_CLOSE_CALLBACK=a;b.block({message:'<div class="layer big" style="background: white; border: 1px solid black;"><h1>Hinweis</h1><p style="color: #D10000;"><strong>Es ist ein Problem aufgetretten. Bitte versuchen Sie die Aktion nochmal aufzurufen.</strong></p><div class="btn_hero"><span class="btn_lft">&#160;</span><a class="btn_mid" href="javascript:void(0);" onclick="hideAjaxError()"><span class="btn_mid">Schließen</span></a><span class="btn_rgt">&#160;</span></div>',overlayCSS:{backgroundColor:"#000",opacity:0.3}})}function hideAjaxError(){if(window.__AJAX_ERROR_BLOCKED!=null){window.__AJAX_ERROR_BLOCKED.unblock();window.__AJAX_ERROR_BLOCKED=null}if(window.__AJAX_CLOSE_CALLBACK!=undefined){window.__AJAX_CLOSE_CALLBACK()}}function reloadOnError(a){if(a.status==="malformedXML"){location.reload()}}function _isInteger(c){var b="1234567890";for(var a=0;a<c.length;a++){if(b.indexOf(c.charAt(a))==-1){return false}}return true}function _getInt(f,d,e,c){for(var a=c;a>=e;a--){var b=f.substring(d,d+a);if(b.length<e){return null}if(_isInteger(b)){return b}}return null}function getDateFromFormat(z,q){z=z+"";q=q+"";var w=0;var m=0;var s="";var f="";var v="";var h,g;var b=new Date();var k=b.getYear();var u=b.getMonth()+1;var t=1;var d=b.getHours();var r=b.getMinutes();var o=b.getSeconds();var l="";while(m<q.length){s=q.charAt(m);f="";while((q.charAt(m)==s)&&(m<q.length)){f+=q.charAt(m++)}if(f=="yyyy"||f=="yy"||f=="y"){if(f=="yyyy"){h=4;g=4}if(f=="yy"){h=2;g=2}if(f=="y"){h=2;g=4}k=_getInt(z,w,h,g);if(k==null){return 0}w+=k.length;if(k.length==2){if(k>70){k=1900+(k-0)}else{k=2000+(k-0)}}}else{if(f=="MMM"||f=="NNN"){u=0;for(var p=0;p<MONTH_NAMES.length;p++){var e=MONTH_NAMES[p];if(z.substring(w,w+e.length).toLowerCase()==e.toLowerCase()){if(f=="MMM"||(f=="NNN"&&p>11)){u=p+1;if(u>12){u-=12}w+=e.length;break}}}if((u<1)||(u>12)){return 0}}else{if(f=="EE"||f=="E"){for(var p=0;p<DAY_NAMES.length;p++){var n=DAY_NAMES[p];if(z.substring(w,w+n.length).toLowerCase()==n.toLowerCase()){w+=n.length;break}}}else{if(f=="MM"||f=="M"){u=_getInt(z,w,f.length,2);if(u==null||(u<1)||(u>12)){return 0}w+=u.length}else{if(f=="dd"||f=="d"){t=_getInt(z,w,f.length,2);if(t==null||(t<1)||(t>31)){return 0}w+=t.length}else{if(f=="hh"||f=="h"){d=_getInt(z,w,f.length,2);if(d==null||(d<1)||(d>12)){return 0}w+=d.length}else{if(f=="HH"||f=="H"){d=_getInt(z,w,f.length,2);if(d==null||(d<0)||(d>23)){return 0}w+=d.length}else{if(f=="KK"||f=="K"){d=_getInt(z,w,f.length,2);if(d==null||(d<0)||(d>11)){return 0}w+=d.length}else{if(f=="kk"||f=="k"){d=_getInt(z,w,f.length,2);if(d==null||(d<1)||(d>24)){return 0}w+=d.length;d--}else{if(f=="mm"||f=="m"){r=_getInt(z,w,f.length,2);if(r==null||(r<0)||(r>59)){return 0}w+=r.length}else{if(f=="ss"||f=="s"){o=_getInt(z,w,f.length,2);if(o==null||(o<0)||(o>59)){return 0}w+=o.length}else{if(f=="a"){if(z.substring(w,w+2).toLowerCase()=="am"){l="AM"}else{if(z.substring(w,w+2).toLowerCase()=="pm"){l="PM"}else{return 0}}w+=2}else{if(z.substring(w,w+f.length)!=f){return 0}else{w+=f.length}}}}}}}}}}}}}}if(w!=z.length){return 0}if(u==2){if(((k%4==0)&&(k%100!=0))||(k%400==0)){if(t>29){return 0}}else{if(t>28){return 0}}}if((u==4)||(u==6)||(u==9)||(u==11)){if(t>30){return 0}}if(d<12&&l=="PM"){d=d-0+12}else{if(d>11&&l=="AM"){d-=12}}var a=new Date(k,u-1,t,d,r,o);return a.getTime()}function isDate(b){var a=getDateFromFormat(b,"dd.MM.yyyy");if(a==0){return false}return true}function setPageAtTop(){if(self.location!=top.location){top.location.href=this.location.href}}function reloadTopIfNotOnTop(){if(self.location!=top.location){top.location.reload()}}function clearDefaultInputTxt(a){a.value=""}function setDefaultInputTxt(a){if(a.value==""){a.value="Suchbegriff, WKN, ISIN"}}function showContent(c){var d="tab";var f="Content";var a=document.getElementById(c.parentNode.parentNode.id).id;var e=a.substr(4,10);var b=1;while(document.getElementById(d+b+e)&&document.getElementById(d+b+e+f)){document.getElementById(d+b+e).className="tab";jQuery("#"+d+b+e+" .CornerLT").attr("src","/img/registerCornerLTW.gif");jQuery("#"+d+b+e+" .CornerRT").attr("src","/img/registerCornerRTW.gif");document.getElementById(d+b+e+f).className="tabContent";b++}if(document.getElementById(a)&&document.getElementById(a+f)){document.getElementById(a).className="tab tabActive";jQuery("#"+a+" .CornerLT").attr("src","/img/registerCornerLTW_dark.gif");jQuery("#"+a+" .CornerRT").attr("src","/img/registerCornerRTW_dark.gif");document.getElementById(a+f).className="tabContent contentActive"}}function setEvent(){if(!document.getElementById||!document.getElementsByTagName){return false}var a=document.getElementById("colContainerWide");if(a){activeCommand=" activeLevel";plusMinus=a.getElementsByTagName("IMG");plusIconPath="/img/icon_plus.gif";minusIconPath="/img/icon_minus.gif";listElement=a.getElementsByTagName("LI");for(var b=0;b<plusMinus.length;b++){if(plusMinus[b].className=="plusminus"){plusMinus[b].onclick=function(){controllShowHideSublevel(this)}}}if(document.getElementById("expand")&&document.getElementById("retract")){document.getElementById("expand").onclick=function(){showSublevel(2)};document.getElementById("retract").onclick=function(){hideSublevel(2)}}}}function controllShowHideSublevel(a){subLevel=getNextSibling(a.parentNode);icon=a;if(subLevel.className.indexOf(activeCommand)==-1){showSublevel(1)}else{hideSublevel(1)}}function showSublevel(b){if(b==1){subLevel.className+=" "+activeCommand;icon.src=minusIconPath}else{for(var a=0;a<listElement.length;a++){if(listElement[a].className.indexOf(activeCommand)==-1&&listElement[a].className.indexOf("level2")>-1){listElement[a].className+=activeCommand;icon=getFirstChild(getPreviousSibling(listElement[a]));icon.src=minusIconPath}}}}function hideSublevel(b){if(b==1){subLevel.className=subLevel.className.replace(activeCommand,"");icon.src=plusIconPath}else{for(var a=0;a<listElement.length;a++){if(listElement[a].className.indexOf(activeCommand)!=-1&&listElement[a].className.indexOf("level2")>-1){icon=getFirstChild(getPreviousSibling(listElement[a]));listElement[a].className=listElement[a].className.replace(activeCommand,"");icon.src=plusIconPath}}}}function getNextSibling(a){endBrother=a.nextSibling;while(endBrother!=null&&endBrother.nodeType!=1){endBrother=endBrother.nextSibling}return endBrother}function getPreviousSibling(a){endBrother=a.previousSibling;while(endBrother!=null&&endBrother.nodeType!=1){endBrother=endBrother.previousSibling}return endBrother}function getFirstChild(a){endChild=a.firstChild;while(endChild!=null&&endChild.nodeType!=1){endChild=endChild.nextSibling}return endChild}function openIdxChart(b){var a=window.open(window.location.protocol+"//extis.dab-bank.de/dab_neu/aktieninvest/chart_popup.html?popup=1&spring=detail&detailSym="+b,"Chart","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width=660,height=460");a.focus()}function toggleNew(a){for(var b=1;b<5;b++){document.getElementById("chartPic"+b).style.display=(a==b)?"block":"none";document.getElementById("chartnav"+b).className=(a==b)?"reiterSel":"reiterNorm"}}function showLargePic(a){var b=window.open("","","toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=200,left=50,top=150");b.document.write("<html><head><title>Bildbetrachter</title>");b.document.write("<script language='javascript'>");b.document.write("var NS = (navigator.appName.substring(0,8)=='Netscape')?true:false;");b.document.write("function FitPic() {");b.document.write("iWidth = (NS)?window.innerWidth:document.body.clientWidth;");b.document.write("iHeight = (NS)?window.innerHeight:document.body.clientHeight;");b.document.write("iWidth = document.images[0].width - iWidth;");b.document.write("iHeight = document.images[0].height - iHeight;");b.document.write("window.resizeBy(iWidth, iHeight);");b.document.write("}  <\/script> </head>");b.document.write("<body onload='FitPic();' style='margin:0px;' marginwidth='0' marginheight='0'><img src='"+a+"'name='largePic' alt='grosses Bild'></body></html>");b.document.close();b.focus()}function popup(c,d,b){var a=c.href;if(a==""){return true}popupW=window.open(a,d,b);popupW.focus();return false}function openPopup(b,c,a){if(b==""){return true}popupW=window.open(b,c,a);popupW.focus();return false}function tabWidth(f){var e=f.attr("id").slice(3);if(e==""){e="1"}if(navigator.appVersion.indexOf("MSIE 7.")==-1){var d="tab";var b=1;while(document.getElementById(d+b+"_"+e)){b++}b=b-1;var a=document.getElementById("tab1_"+e).parentNode.offsetWidth-1-(b*5);widthElement=new Array(b);for(j=0;j<b;j++){widthElement[j]=0}for(elementWidth=a;elementWidth>0;elementWidth--){var c=elementWidth%b;widthElement[c]=widthElement[c]+1}b=1;while(document.getElementById(d+b+"_"+e)){document.getElementById(d+b+"_"+e).style.width=widthElement[b-1]+"px";b++}}}function navLevel2ElementWidth(){var e="node";var c=1;var b=0;if(document.getElementById("navLevel2")==null){return}widthElement=new Array();while(document.getElementById(e+c)){widthElement[c]=document.getElementById(e+c).offsetWidth;b=b+widthElement[c];c++}c=c-1;var a=965;var f=a-b;if(f/c>28){for(widthOfElement=(c*15);widthOfElement>0;widthOfElement--){var d=(widthOfElement%c)+1;widthElement[d]=widthElement[d]+1}c=1;while(document.getElementById(e+c)){document.getElementById(e+c).style.width=widthElement[c]+"px";c++}}else{for(widthOfElement=f;widthOfElement>0;widthOfElement--){var d=(widthOfElement%c)+1;widthElement[d]=widthElement[d]+1}c=1;while(document.getElementById(e+c)){document.getElementById(e+c).style.width=widthElement[c]+"px";c++}}}window.onload=setEvent;function _isInteger(c){var b="1234567890";for(var a=0;a<c.length;a++){if(b.indexOf(c.charAt(a))==-1){return false}}return true}function _getInt(f,d,e,c){for(var a=c;a>=e;a--){var b=f.substring(d,d+a);if(b.length<e){return null}if(_isInteger(b)){return b}}return null}function getDateFromFormat(z,q){z=z+"";q=q+"";var w=0;var m=0;var s="";var f="";var v="";var h,g;var b=new Date();var k=b.getYear();var u=b.getMonth()+1;var t=1;var d=b.getHours();var r=b.getMinutes();var o=b.getSeconds();var l="";while(m<q.length){s=q.charAt(m);f="";while((q.charAt(m)==s)&&(m<q.length)){f+=q.charAt(m++)}if(f=="yyyy"||f=="yy"||f=="y"){if(f=="yyyy"){h=4;g=4}if(f=="yy"){h=2;g=2}if(f=="y"){h=2;g=4}k=_getInt(z,w,h,g);if(k==null){return 0}w+=k.length;if(k.length==2){if(k>70){k=1900+(k-0)}else{k=2000+(k-0)}}}else{if(f=="MMM"||f=="NNN"){u=0;for(var p=0;p<MONTH_NAMES.length;p++){var e=MONTH_NAMES[p];if(z.substring(w,w+e.length).toLowerCase()==e.toLowerCase()){if(f=="MMM"||(f=="NNN"&&p>11)){u=p+1;if(u>12){u-=12}w+=e.length;break}}}if((u<1)||(u>12)){return 0}}else{if(f=="EE"||f=="E"){for(var p=0;p<DAY_NAMES.length;p++){var n=DAY_NAMES[p];if(z.substring(w,w+n.length).toLowerCase()==n.toLowerCase()){w+=n.length;break}}}else{if(f=="MM"||f=="M"){u=_getInt(z,w,f.length,2);if(u==null||(u<1)||(u>12)){return 0}w+=u.length}else{if(f=="dd"||f=="d"){t=_getInt(z,w,f.length,2);if(t==null||(t<1)||(t>31)){return 0}w+=t.length}else{if(f=="hh"||f=="h"){d=_getInt(z,w,f.length,2);if(d==null||(d<1)||(d>12)){return 0}w+=d.length}else{if(f=="HH"||f=="H"){d=_getInt(z,w,f.length,2);if(d==null||(d<0)||(d>23)){return 0}w+=d.length}else{if(f=="KK"||f=="K"){d=_getInt(z,w,f.length,2);if(d==null||(d<0)||(d>11)){return 0}w+=d.length}else{if(f=="kk"||f=="k"){d=_getInt(z,w,f.length,2);if(d==null||(d<1)||(d>24)){return 0}w+=d.length;d--}else{if(f=="mm"||f=="m"){r=_getInt(z,w,f.length,2);if(r==null||(r<0)||(r>59)){return 0}w+=r.length}else{if(f=="ss"||f=="s"){o=_getInt(z,w,f.length,2);if(o==null||(o<0)||(o>59)){return 0}w+=o.length}else{if(f=="a"){if(z.substring(w,w+2).toLowerCase()=="am"){l="AM"}else{if(z.substring(w,w+2).toLowerCase()=="pm"){l="PM"}else{return 0}}w+=2}else{if(z.substring(w,w+f.length)!=f){return 0}else{w+=f.length}}}}}}}}}}}}}}if(w!=z.length){return 0}if(u==2){if(((k%4==0)&&(k%100!=0))||(k%400==0)){if(t>29){return 0}}else{if(t>28){return 0}}}if((u==4)||(u==6)||(u==9)||(u==11)){if(t>30){return 0}}if(d<12&&l=="PM"){d=d-0+12}else{if(d>11&&l=="AM"){d-=12}}var a=new Date(k,u-1,t,d,r,o);return a.getTime()}function isDate(b){var a=getDateFromFormat(b,"dd.MM.yyyy");if(a==0){return false}return true}function CFC_popup(c,b,a){popup=window.open(c,b,a);popup.focus()}function submitForm(){$("form").submit()}(function(c){function e(f){ret=c.cookie(f);if(ret==null){ret=c(document).getUrlParam(f)}return ret}function a(){var f=c.cookie("loggedIn");if(f==null||!f){c.cookie("loggedIn",null)}else{if(c("#LoginText").size()>0){c("#LoginText").attr("href",c("#LoginText").attr("href").substring(0,c("#LoginText").attr("href").lastIndexOf("/")+1)+"securityLogoff.app.html");c("#LoginText").html("Logout");c("#LoginText").attr("title","Logout")}}}function d(){var f=Array("MC","MD","MO","MS","zanpid");for(i=0;i<f.length;i++){var g=c(document).getUrlParam(f[i]);if(g!=null){c.cookie("dab_accop_"+f[i].toLowerCase(),g,{path:"/"})}}}function b(){self.focus();self.close()}if(c("#navLevel1Container")!=null){c("#navLevel1Container").ready(function(){a();navLevel2ElementWidth();d();if(c(document).getUrlParam("searchfor")!=null&&c("#searchString")!=null){c("#searchString").val(decodeURI(c(document).getUrlParam("searchfor")));c("#searchString").focus();c("#searchString").select()}c("#searchString").focus(function(){if(c(this).val()=="Suchbegriff, WKN, ISIN"){c(this).val("")}else{c(this).select()}});c("#searchString").blur(function(){if(c(this).val()==""){c(this).val("Suchbegriff, WKN, ISIN")}});c("#label_Traderpwd").keyup(function(f){if(f.keyCode==13){c("#authorizeButton",this).click()}})})}})(jQuery);(function(a){a(document).ready(function(){a(".flashInput").each(function(){if(a(this).parent().hasClass("gtPreviewContent")){return}var b=new SWFObject(a(this).find(".flash_swf").val(),a(this).find(".flash_id").val(),a(this).find(".flash_width").val(),a(this).find(".flash_height").val(),a(this).find(".flash_version").val(),a(this).find(".flash_background").val());b.addParam("wmode","opaque");b.write(a(this).find(".flash_target").val())});a(".tabBox:not(.easyTrader, .markets)").each(function(){tabWidth(a(this))});a(".jq_ui_help a").click(function(){CFC_popup(a(this).attr("href"),"Hilfe","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,copyhistory=yes,width=980");return false});a(".closeWindow").click(function(){window.close()});if(a(".showInLayer").length>0){a.blockUI({message:'<a class="closeButton" title="Hinweis schlie&szlig;en" href="javascript:void(0)"><span>Hinweis schlie&szlig;en</span></a><h2>'+a(".showInLayer").html()+"</h2>",css:{left:"20%",border:"2px solid #ff0000",color:"#ff0000",padding:"5px",backgroundColor:"#fff",cursor:"default"},overlayCSS:{backgroundColor:"#000",opacity:"0.6"}});a(".blockUI h2 a").focus();a(".blockUI").click(function(){a.unblockUI()})}})})(jQuery);function setMonthYear(a){setTimeout(function(){var b=document.getElementById(a).value;var c=b.split(".");if(document.getElementById(a).value.length>7){document.getElementById(a).value=c[1]+"."+c[2]}else{document.getElementById(a).value=b}},500)}String.prototype.trim=function(){var c=this.replace(/^\s\s*/,""),a=/\s/,b=c.length;while(a.test(c.charAt(--b))){}return c.slice(0,b+1)};function getCheckedValue(b){if(!b){return""}var c=b.length;if(c==undefined){if(b.checked){return b.value}else{return""}}for(var a=0;a<c;a++){if(b[a].checked){return b[a].value}}return""}function setCheckedValue(b,d){if(!b){return}var c=b.length;if(c==undefined){b.checked=(b.value==d.toString());return}for(var a=0;a<c;a++){b[a].checked=false;if(b[a].value==d.toString()){b[a].checked=true}}}function LengthDelimiter(){}LengthDelimiter.prototype.init=function(b,a){this.contentCache=b.value;this.field=b;this.maxLength=a};LengthDelimiter.prototype.checkForMax=function(){if(this.field.value.length>this.maxLength){this.field.value=this.contentCache}else{this.contentCache=this.field.value}};function disableIfSet(c,b,a){if(c!=null&&b!=null){if(c.value!=""){b.value=a;b.disabled="disabled"}else{b.disabled=false}}}function limitMtanPhoneNumber(a){limitSizeSum(a,18,new Array(document.getElementById("phoneMobileNumber"),document.getElementById("phoneMobileCode"),document.getElementById("phoneMobileCountry")))}function limitSizeSum(b,a,c){currentSize=0;for(i=0;i<c.length;i++){currentSize=currentSize+c[i].value.length}if(currentSize<=a){alreadyTyped=document.getElementById(b).value.length;document.getElementById(b).maxLength=a-currentSize+alreadyTyped}else{surplus=currentSize-a;for(i=0;i<c.length;i++){currentInputField=c[i];if(surplus<currentInputField.value.length){currentInputField.value=currentInputField.value.substr(0,currentInputField.value.length-surplus);break}else{currentInputField.value="";surplus=surplus-currentInputField.value.length}}}}function getPosition(b){var c=document.getElementById(b);var d="";var a=0;var e=0;while((typeof(c)=="object")&&(typeof(c.tagName)!="undefined")){if(jQuery(c).css("position")!="relative"){e+=c.offsetTop;a+=c.offsetLeft}d=c.tagName.toUpperCase();if((d=="BODY")||(d=="HTML")){c=0}if(typeof(c)=="object"){if(typeof(c.offsetParent)=="object"){c=c.offsetParent}}}position=new Object();position.x=a;position.y=e;return position}function toogleAndSetPositionOfInfobutton(f,d,b){var c=jQuery("#"+d);if(typeof b!="undefined"&&b!=""){if(c.parent()[0].id!=b){var a=jQuery("#"+b);c.appendTo(a)}}c.toggle();var e=jQuery("#"+f).offset();c.offset({left:e.left+25,top:e.top+5})}function toggleButton(b,a){if(a){jQuery("#"+b).removeClass("btn_off")}else{jQuery("#"+b).addClass("btn_off")}}if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(o,b,p,e,l,m,g,f,d,n){if(!document.getElementById){return}this.DETECT_KEY=n?n:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(o){this.setAttribute("swf",o)}if(b){this.setAttribute("id",b)}if(p){this.setAttribute("width",p)}if(e){this.setAttribute("height",e)}if(l){this.setAttribute("version",new deconcept.PlayerVersion(l.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true}if(m){this.addParam("bgcolor",m)}var a=g?g:"high";this.addParam("quality",a);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var k=(f)?f:window.location;this.setAttribute("xiRedirectUrl",k);this.setAttribute("redirectUrl","");if(d){this.setAttribute("redirectUrl",d)}};deconcept.SWFObject.prototype={useExpressInstall:function(a){this.xiSWFPath=!a?"expressinstall.swf":a;this.setAttribute("useExpressInstall",true)},setAttribute:function(a,b){this.attributes[a]=b},getAttribute:function(a){return this.attributes[a]},addParam:function(b,a){this.params[b]=a},getParams:function(){return this.params},addVariable:function(b,a){this.variables[b]=a},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},getVariablePairs:function(){var c=new Array();var b;var a=this.getVariables();for(b in a){c[c.length]=b+"="+a[b]}return c},getSWFHTML:function(){var b="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}b='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'"';b+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var f=this.getParams();for(var e in f){b+=[e]+'="'+f[e]+'" '}var d=this.getVariablePairs().join("&");if(d.length>0){b+='flashvars="'+d+'"'}b+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}b='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'">';b+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var c=this.getParams();for(var e in c){b+='<param name="'+e+'" value="'+c[e]+'" />'}var a=this.getVariablePairs().join("&");if(a.length>0){b+='<param name="flashvars" value="'+a+'" />'}b+="</object>"}return b},write:function(b){if(this.getAttribute("useExpressInstall")){var a=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(a)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var c=(typeof b=="string")?document.getElementById(b):b;c.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var f=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];if(a&&a.description){f=new deconcept.PlayerVersion(a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var b=1;var c=3;while(b){try{c++;b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+c);f=new deconcept.PlayerVersion([c,0,0])}catch(d){b=null}}}else{try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(d){try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");f=new deconcept.PlayerVersion([6,0,21]);b.AllowScriptAccess="always"}catch(d){if(f.major==6){return f}}try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(d){}}if(b!=null){f=new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))}}}return f};deconcept.PlayerVersion=function(a){this.major=a[0]!=null?parseInt(a[0]):0;this.minor=a[1]!=null?parseInt(a[1]):0;this.rev=a[2]!=null?parseInt(a[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(a){if(this.major<a.major){return false}if(this.major>a.major){return true}if(this.minor<a.minor){return false}if(this.minor>a.minor){return true}if(this.rev<a.rev){return false}return true};deconcept.util={getRequestParameter:function(c){var d=document.location.search||document.location.hash;if(c==null){return d}if(d){var b=d.substring(1).split("&");for(var a=0;a<b.length;a++){if(b[a].substring(0,b[a].indexOf("="))==c){return b[a].substring((b[a].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var b=document.getElementsByTagName("OBJECT");for(var c=b.length-1;c>=0;c--){b[c].style.display="none";for(var a in b[c]){if(typeof b[c][a]=="function"){b[c][a]=function(){}}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs)};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true}}if(!document.getElementById&&document.all){document.getElementById=function(a){return document.all[a]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function generateMtan(d,c,a){var b=jQuery(a).parents(".main_tan_div");indicator(true,b);if(b.find(".tanMsg").length===0){b.find(".tanDiv").hide().after('<div class="tanDiv tanMsg">Die mobileTAN wird angefordert.</div>')}b.find(".traderpwd").removeAttr("disabled");b.find(".tanType").val("MTAN");var e=new Object();e.tanTds=d;e.tanSmsMessage=c;TanAjaxService.generateMtan(e,{callback:function(){handleGenerateMtan(b)},errorHandler:function(g,f){jQuery("#sendAddress").hide();tanErrorHandling(g,f,b)}})}function generateMtanNewLayout(d,c,a){var b=jQuery(a).parents(".main_tan_div");indicator(true,b);if(b.find(".tanMsg").length===0){b.find(".tanDiv").hide().after('<div class="tanDiv tanMsg">Die mobileTAN wird angefordert.</div>')}b.find(".traderpwd").removeAttr("disabled");b.find(".tanType").val("MTAN");var e=new Object();e.tanTds=d;e.tanSmsMessage=c;TanAjaxService.generateMtan(e,{callback:function(){handleGenerateMtanNewLayout(b)},errorHandler:function(g,f){jQuery("#sendAddress").hide();tanErrorHandling(g,f,b)}})}function tanErrorHandling(c,b,a){indicator(false,a);a.find(".tanDiv").hide();alert(c)}function toggleTan(c,a){var b="confirmButton";isShow=(jQuery("#label_Traderpwd").css("display"));grayButtonDummyFront='<div class="buttonGray clear floatRight"><span><img src="/img/btt_GrayLeft.gif" alt=""/></span><span class="buttonMiddle"><span class="buttonText">';grayButtonDummyBack='</span></span><span><img src="/img/btt_GrayRight.gif" alt=""/></span></a></div>';if(isShow=="block"||c){jQuery("#aufgeben").html('<input type="image" src="/img/app/buttons/de/aufgeben_gruen.gif" tabindex="2" id="'+b+'"/>');jQuery("#aendern").html(' <input type="image" src="/img/app/buttons/de/aendern.gif" tabindex="2" id="'+b+'"/>');jQuery("#mobNbr").html('<div id="aufgeben" class="buttonOrange floatRight"><a href="javascript: void(0);" id="'+b+'" onclick="javascript: mtanChangeNumber.submit(); return false;"><span><img src="/img/btt_OrangeLeft.gif" alt=""/></span><span class="buttonMiddle"><span class="buttonText">Aufgeben</span></span><span><img src="/img/btt_OrangeRight.gif" alt=""/></span></a></div>');jQuery("#loeschen").html(' <input type="image" src="/img/app/buttons/de/loeschen.gif" tabindex="2" id="'+b+'"/>');jQuery("#durchfuehren").html(' <input type="image" src="/img/app/buttons/de/durchfuehren.gif" tabindex="2" id="'+b+'"/>');jQuery("#erstellen").html(' <input type="image" src="/img/app/buttons/de/erstellen.gif" tabindex="2" id="'+b+'"/>');jQuery("#streichen").html(' <input type="image" src="/img/app/buttons/de/streichen.gif" tabindex="2" id="'+b+'"/>');jQuery("#streichenOrder").html('<input type="image" class="btn_auftr_erteilen" src="/img/dl2/bg/btn_auftr_streichen_enabled.jpg" tabindex="2" id="'+b+'"/>')}else{jQuery("#aufgeben").html('<img src="/img/app/buttons/de/aufgeben_disabled.gif" alt="Aufgeben" border="0" class="flbutton">');jQuery("#aendern").html('<img src="/img/app/buttons/de/aendern_disabled.gif" alt="Ändern" border="0" class="flbutton">');jQuery("#mobNbr").html('<div id="aufgeben" class="buttonGray clear floatRight"><span class="wrapper"><span><img src="/img/btt_GrayLeft.gif" alt=""/></span><span class="buttonMiddle"><span class="buttonText">Aufgeben</span></span><span><img src="/img/btt_GrayRight.gif" alt=""/></span></span></div>');jQuery("#loeschen").html('<img src="/img/app/buttons/de/loeschen_disabled.gif" alt="Löschen" border="0" class="flbutton">');jQuery("#durchfuehren").html('<img src="/img/app/buttons/de/durchfuehren_disabled.gif" alt="Druchführen" border="0" class="flbutton">');jQuery("#erstellen").html('<img src="/img/app/buttons/de/erstellen_disabled.gif" alt="Erstellen" border="0" class="flbutton">');jQuery("#streichen").html('<img src="/img/app/buttons/de/streichen_disabled.gif" alt="Streichen" border="0" class="flbutton">');jQuery("#streichenOrder").html('<input type="image" class="btn_auftr_erteilen" src="/img/dl2/bg/btn_auftr_streichen_disabled.jpg"/>')}jQuery("#traderpwd").val("");if(a!=undefined){a.find(".traderpwd").val("").focus()}}function toggleTanNewLayout(c,a){var b="confirmButton";isShow=(jQuery("#label_Traderpwd").css("display"));if(isShow=="block"||c){jQuery("#streichen").removeClass("btn_off");jQuery("#streichen").addClass("btn_hero")}else{jQuery("#streichen").removeClass("btn_hero");jQuery("#streichen").addClass("btn_off")}jQuery("#traderpwd").val("");if(a!=undefined){a.find(".traderpwd").val("").focus()}}function handleGenerateMtan(a){indicator(false,a);a.find(".label_Traderpwd").show();a.find(".label_Traderpwd_text").html("mobileTAN:");a.find(".tanDiv").hide();if(a.find(".deliverMsg").length===0){a.find(".label_Traderpwd ul").append('<li class="deliverMsg">(Die mobileTAN für diesen Auftrag wurde an Ihr Mobilfunkgerät versendet)</li>')}toggleTan(true,a)}function handleGenerateMtanNewLayout(a){indicator(false,a);a.find(".label_Traderpwd").show();a.find(".label_Traderpwd_text").html("mobileTAN:");a.find(".tanDiv").hide();if(a.find(".deliverMsg").length===0){a.find(".label_Traderpwd ul").append('<li class="deliverMsg">(Die mobileTAN für diesen Auftrag wurde an Ihr Mobilfunkgerät versendet)</li>')}toggleTanNewLayout(true,a)}function requestTanIndex(a){var b=jQuery(a).parents(".main_tan_div");indicator(true,b);if(b.find(".tanMsg").length>0){b.find(".tanDiv").hide()}else{b.find(".tanDiv").hide().after('<div class="tanDiv tanMsg">Der iTAN Index wird angefordert.</div>')}b.find(".traderpwd").removeAttr("disabled");b.find(".tanType").val("ITAN");TanAjaxService.requestTanIndex({callback:function(c){handleRequestTanIndex(c,b)},errorHandler:function(d,c){tanErrorHandling(d,c,b)}})}function requestTanIndexNewLayout(a){var b=jQuery(a).parents(".main_tan_div");indicator(true,b);if(b.find(".tanMsg").length>0){b.find(".tanDiv").hide()}else{b.find(".tanDiv").hide().after('<div class="tanDiv tanMsg">Der iTAN Index wird angefordert.</div>')}b.find(".traderpwd").removeAttr("disabled");b.find(".tanType").val("ITAN");TanAjaxService.requestTanIndex({callback:function(c){handleRequestTanIndexNewLayout(c,b)},errorHandler:function(d,c){tanErrorHandling(d,c,b)}})}function handleRequestTanIndex(b,a){indicator(false,a);a.find(".tanDiv").hide();a.find(".label_Traderpwd").show();a.find(".label_Traderpwd_text").html("iTAN "+b+": ");a.find(".label_Traderpwd li.iTan_index").remove();a.find(".label_Traderpwd ul").append('<li class="iTan_index">Bitte geben Sie die iTAN Nr. '+b+" ein</li>");a.find(".tanIndex").val(b);toggleTan(true,a)}function handleRequestTanIndexNewLayout(b,a){indicator(false,a);a.find(".tanDiv").hide();a.find(".label_Traderpwd").show();a.find(".label_Traderpwd_text").html("iTAN "+b+": ");a.find(".label_Traderpwd li.iTan_index").remove();a.find(".label_Traderpwd ul").append('<li class="iTan_index">Bitte geben Sie die iTAN Nr. '+b+" ein</li>");a.find(".tanIndex").val(b);toggleTanNewLayout(true,a)}function indicator(a,b){var c=b.find(".pleaseWait");if(a){c.show()}else{c.hide()}}function disableButton(){jQuery("#confirmButton").attr("disabled","disabled")}function enableButton(){jQuery("#confirmButton").removeAttr("disabled")}function cConfigTechAddon(){this.m_bControlCookie=true;this.m_bAutoparams=true;this.m_bAutosend=true;this.m_strPixelProtocol=location.href.substr(0,location.href.indexOf(":"));this.m_strPixelServer=false;this.m_strPixelPath="/img/dummy.gif";this.m_oTechPlugins=new Object();this.m_oTechPlugins.Director=false;this.m_oTechPlugins.MediaPlayer=false;this.m_oTechPlugins.Flash=false;this.m_oTechPlugins.RealPlayer=false;this.m_oTechPlugins.AcroRead=false}function configTech_getSendTechPlugin(a){if(this.m_oTechPlugins){return this.m_oTechPlugins[a]}return false}cConfigTechAddon.prototype.getSendTechPlugin=configTech_getSendTechPlugin;oTechConfig=new cConfigTechAddon();function cSession(){bTimeout=false;var a="/";var b=a.substr(6,54);this.m_strNetMindSID=b}function session_getSessionID(){return this.m_strNetMindSID}cSession.prototype.getSID=session_getSessionID;oNMTechSession=new cSession();function cPixel(){this.m_oImage=new Image();this.m_arParameterList=new Array();this.m_nParameterCount=0;if(oTechConfig.m_strPixelServer){this.m_strPixelURLPrefixSID=oTechConfig.m_strPixelProtocol+"://"+oTechConfig.m_strPixelServer;this.m_strPixelURLPrefixNoSID=oTechConfig.m_strPixelProtocol+"://"+oTechConfig.m_strPixelServer+"/"}else{this.m_strPixelURLPrefixSID=oTechConfig.m_strPixelProtocol+"://"+location.hostname;if(location.port){this.m_strPixelURLPrefixSID+=":"+location.port}this.m_strPixelURLPrefixNoSID=""}this.m_strPixelURLPrefixSID+="/-snm-";if(oTechConfig.m_strPixelPath.charAt(0)=="/"){this.m_strPixelURLSuffixSID="-enm-"+oTechConfig.m_strPixelPath.substr(1)}else{this.m_strPixelURLSuffixSID="-enm-"+oTechConfig.m_strPixelPath}if(oTechConfig.m_strPixelPath.charAt(0)=="/"&&this.m_strPixelURLPrefixNoSID!=""){this.m_strPixelURLSuffixNoSID=oTechConfig.m_strPixelPath.substr(1)}else{this.m_strPixelURLSuffixNoSID=oTechConfig.m_strPixelPath}if(oTechConfig.m_strPixelPath.indexOf("?")!=-1){this.m_cConcatChar="&"}else{this.m_cConcatChar="?"}}function pixel_addParameter(b,c){var a=new Array(b,c);this.m_arParameterList[this.m_nParameterCount]=a;this.m_nParameterCount++}function pixel_sendData(b){var c;var a=b.getSID();if(a!=""){c=this.m_strPixelURLPrefixSID+a+this.m_strPixelURLSuffixSID+this.m_cConcatChar}else{c=this.m_strPixelURLPrefixNoSID+this.m_strPixelURLSuffixNoSID+this.m_cConcatChar}for(i=0;i<this.m_arParameterList.length;i++){if(i>0){c+="&"}c+=escape(this.m_arParameterList[i][0])+"="+escape(this.m_arParameterList[i][1])}this.m_oImage.src=c}function pixel_getTechData(){var k="unknown";var c="unknown";var s="unknown";var e=screen.availHeight;var l=screen.availWidth;var p=screen.colorDepth+" bit";var o=screen.height;var r=screen.width;var w=document.title;var u="-";var y="0";var h="-";var b="-";var q="-";var m="-";var v="-";var a="-";var f=navigator.userAgent.toLowerCase();var n=(f.indexOf("msie")!=-1);var g=false;if(n){n=(f.indexOf("msie 4")==-1)&&(f.indexOf("msie 3")==-1);g=(f.indexOf("msie 7")>-1)}var d=((f.indexOf("win")!=-1)||(f.indexOf("32bit")!=-1));if(navigator.javaEnabled()==true){k="yes"}else{k="no"}if((navigator.cookieEnabled)&&(navigator.cookieEnabled==true)){c="yes"}else{c="no"}if(navigator.language){s=navigator.language}if(n&&d){if(oTechConfig.getSendTechPlugin("Director")){h=detectIE("SWCtl.SWCtl.1")}if(oTechConfig.getSendTechPlugin("Flash")){u=detectIE("ShockwaveFlash.ShockwaveFlash.1")}if(oTechConfig.getSendTechPlugin("RealPlayer")){q=detectIE("rmocx.RealPlayer G2 Control.1")}if(oTechConfig.getSendTechPlugin("MediaPlayer")){b=detectIE("MediaPlayer.MediaPlayer.1")}if(oTechConfig.getSendTechPlugin("AcroRead")){a=detectIEAcrobat("Acrobat Reader")}}else{nse="";for(var t=0;t<navigator.mimeTypes.length;t++){nse+=navigator.mimeTypes[t].type.toLowerCase()}if(oTechConfig.getSendTechPlugin("Director")){h=detectNS(nse,"application/x-director")}if(oTechConfig.getSendTechPlugin("Flash")){u=detectNS(nse,"application/x-shockwave-flash")}if(oTechConfig.getSendTechPlugin("RealPlayer")){q=detectNS(nse,"audio/x-pn-realaudio-plugin")}if(oTechConfig.getSendTechPlugin("MediaPlayer")){b=detectNS(nse,"application/x-mplayer2")}if(oTechConfig.getSendTechPlugin("AcroRead")){a=detectNS(nse,"application/pdf")}}this.addParameter("nm_java",k);this.addParameter("nm_cookies",c);this.addParameter("nm_screen",r+"x"+o);this.addParameter("nm_colordepth",p);this.addParameter("nm_plugin_flash",u);this.addParameter("nm_plugin_director",h);this.addParameter("nm_plugin_wmplayer",b);this.addParameter("nm_plugin_realplayer",q);this.addParameter("nm_plugin_acroread",a)}cPixel.prototype.addParameter=pixel_addParameter;cPixel.prototype.sendData=pixel_sendData;cPixel.prototype.getTechData=pixel_getTechData;function detectIEAcrobat(name){var acrobat=new Object();if(window.ActiveXObject){for(x=2;x<10;x++){try{oAcro=eval("new ActiveXObject('PDF.PdfCtrl."+x+"');");if(oAcro){return"yes"}}catch(e){}}try{oAcro4=new ActiveXObject("PDF.PdfCtrl.1");if(oAcro4){return"yes"}}catch(e){}try{oAcro7=new ActiveXObject("AcroPDF.PDF.1");if(oAcro7){return"yes"}}catch(e){}}return"no"}function detectIE(a){try{new ActiveXObject(a);return"yes"}catch(b){return"no"}}function detectNS(b,a){if(b.indexOf(a)!=-1){if(navigator.mimeTypes[a].enabledPlugin!=null){return"yes"}}return"no"}oNMTechPixel=new cPixel();if(oTechConfig.m_bAutosend){if(oTechConfig.m_bControlCookie){bFound=false;strCookie=document.cookie;var arCookies=strCookie.split("; ");for(i=0;i<arCookies.length;i++){strActCookie=arCookies[i];arActCookie=strActCookie.split("=");strActCookieName=arActCookie[0];if(strActCookieName=="NM_TECHCONTROL"){bFound=true;break}}if(!bFound){document.cookie="NM_TECHCONTROL=true; path=/;";if(oTechConfig.m_bAutoparams){oNMTechPixel.getTechData()}oNMTechPixel.sendData(oNMTechSession)}}else{if(oTechConfig.m_bAutoparams){oNMTechPixel.getTechData()}oNMTechPixel.sendData(oNMTechSession)}}else{if(oTechConfig.m_bAutoparams){oNMTechPixel.getTechData()}};
