﻿var dummy_rt = null;var _body = null;var a1 = "about:blank";var a2 = 1;var a3 = 2;var a4 = 3;var J_ORIENTATION_HORIZONTAL = 0;var J_ORIENTATION_VERTICAL = 1;function a6(s){while (s.substring(0,1) == ' '){s = s.substring(1,s.length);}while (s.substring(s.length-1,s.length) == ' '){s = s.substring(0,s.length-1);}return s;}function a7(){return a10();}function a8(){return a9();}function a9(){if (document.all){return document.body.clientWidth;}else{return window.innerWidth;}}function a10(){if (document.all){return document.body.clientHeight;}else{return window.innerHeight;}}function a11(_parentNode, _node){if(_parentNode == null || _node == null || _parentNode.childNodes == null || _parentNode.childNodes.length < 1){return;}for (var i=0; i < _parentNode.childNodes.length; i++){if(_parentNode.childNodes[i] == _node){_parentNode.removeChild(_node);break;}}}function J_isChildNode(_parentNode, chNode){if(_parentNode != null && chNode != null){for(var i=0; i<_parentNode.childNodes.length; i++){if(_parentNode.childNodes[i] == chNode){return true;}}}return false;}a12 = function(parentNode, _tagName){if(parentNode == null){return null;}var _children = parentNode.childNodes;if(_children == null){return null;}var res = null;for (var i=0; i < _children.length; i++){if(_children[i].tagName == _tagName){if(res == null){res = new Array();}res.push(_children[i]);}}return res;};function a11s(object){if(object != null){while(object.childNodes != null && object.childNodes.length > 0){object.removeChild(object.childNodes[0]);}}}function a14(sourceClass, destClass){for(property in sourceClass.prototype){destClass.prototype[property] = sourceClass.prototype[property];}}J_setOpacity = function(_object, _opacity){if(_object == null){return;}if(document.all){if(_object.filters){_object.style.filter = "alpha(opacity=" + _opacity*100 + ")";}}else{_object.style.opacity = _opacity;}};J_copyArray = function(_array){if(_array == null){return null;}var resArray = new Array();for (var i=0; i < _array.length; i++){resArray.push(_array[i]);}return resArray;};J_removeFromArrayAtPosition = function(_array, pos){if(_array == null){return null;}if(pos < 0){return _array;}var resArray = new Array();for (var i=0; i < _array.length; i++){if(i != pos){resArray.push(_array[i]);}}return resArray;};J_removeFromArrayAtPosition = function(_array, _object){if(_array == null){return null;}if(_object == null){return _array;}var resArray = new Array();for (var i=0; i < _array.length; i++){if(_array[i] != _object){resArray.push(_array[i]);}}return resArray;};J_randomSimple = function(_value){var denominator = 100.0 / (_value+1);return Math.floor(Math.random()*100 / denominator);};function TH_DebugInhaltLoeschen(){var ow = document.getElementById('outwrite');if(ow != null){while(ow._anchor.childNodes != null && ow._anchor.childNodes.length > 0){ow._anchor.removeChild(ow._anchor.childNodes[0]);}}return false;}function writeout(txt){writeout(txt, 250, 17);}function writeout(txt, posX, posY){var divobj = document.getElementById('outwrite');if(!divobj){if(document.body){divobj = document.createElement("DIV");divobj.setAttribute("id", "outwrite");divobj.style.position = "absolute";divobj.style.visibility = "visible";divobj.style.left = posX + "px";divobj.style.top = posY + "px";divobj.style.fontSize = "10px";divobj.style.fontFamily = "Verdana,Arial,Helvetica,sans-serif";divobj.style.fontWeight = "normal";divobj.style.color = "#000000";var _anchor = document.createElement("A");divobj.appendChild(_anchor);_anchor["href"] = "#999";_anchor.style.textDecoration = "none";_anchor.style.color = "#000000";_anchor["onclick"] = TH_DebugInhaltLoeschen;divobj._anchor = _anchor;document.body.appendChild(divobj);}else{setTimeout("writeout(\"" + txt + "\")", 300);return;}}divobj._anchor.appendChild(document.createElement("BR"));divobj._anchor.appendChild(document.createTextNode(txt));}var dummy_jsty = null;function a15(source, dest){if (source.background) dest.background=source.background;if (source.backgroundAttachment) dest.backgroundAttachment=source.backgroundAttachment;if (source.backgroundColor) dest.backgroundColor=source.backgroundColor;if (source.backgroundImage) dest.backgroundImage=source.backgroundImage;if (source.backgroundPosition) dest.backgroundPosition=source.backgroundPosition;if (source.backgroundRepeat) dest.backgroundRepeat=source.backgroundRepeat;if (source.border) dest.border=source.border;if (source.borderBottom) dest.borderBottom=source.borderBottom;if (source.borderBottomColor) dest.borderBottomColor=source.borderBottomColor;if (source.borderBottomStyle) dest.borderBottomStyle=source.borderBottomStyle;if (source.borderBottomWidth) dest.borderBottomWidth=source.borderBottomWidth;if (source.borderColor) dest.borderColor=source.borderColor;if (source.borderLeft) dest.borderLeft=source.borderLeft;if (source.borderLeftColor) dest.borderLeftColor=source.borderLeftColor;if (source.borderLeftStyle) dest.borderLeftStyle=source.borderLeftStyle;if (source.borderLeftWidth) dest.borderLeftWidth=source.borderLeftWidth;if (source.borderRight) dest.borderRight=source.borderRight;if (source.borderRightColor) dest.borderRightColor=source.borderRightColor;if (source.borderRightStyle) dest.borderRightStyle=source.borderRightStyle;if (source.borderRightWidth) dest.borderRightWidth=source.borderRightWidth;if (source.borderStyle) dest.borderStyle=source.borderStyle;if (source.borderTop) dest.borderTop=source.borderTop;if (source.borderTopColor) dest.borderTopColor=source.borderTopColor;if (source.borderTopStyle) dest.borderTopStyle=source.borderTopStyle;if (source.borderTopWidth) dest.borderTopWidth=source.borderTopWidth;if (source.borderWidth) dest.borderWidth=source.borderWidth;if (source.captionSide) dest.captionSide=source.captionSide;if (source.clear) dest.clear=source.clear;if (source.clip) dest.clip=source.clip;if (source.color) dest.color=source.color;if (source.cursor) dest.cursor=source.cursor;if (source.direction) dest.direction=source.direction;if (source.display) dest.display=source.display;if (source.emptyCells) dest.emptyCells=source.emptyCells;if (source.font) dest.font=source.font;if (source.fontFamily) dest.fontFamily=source.fontFamily;if (source.fontSize) dest.fontSize=source.fontSize;if (source.fontStretch) dest.fontStretch=source.fontStretch;if (source.fontStyle) dest.fontStyle=source.fontStyle;if (source.fontVariant) dest.fontVariant=source.fontVariant;if (source.fontWeight) dest.fontWeight=source.fontWeight;if (source.height) dest.height=source.height;if (source.letterSpacing) dest.letterSpacing=source.letterSpacing;if (source.lineHeight) dest.lineHeight=source.lineHeight;if (source.listStyle) dest.listStyle=source.listStyle;if (source.listStyleImage) dest.listStyleImage=source.listStyleImage;if (source.listStylePosition) dest.listStylePosition=source.listStylePosition;if (source.listStyleType) dest.listStyleType=source.listStyleType;if (source.margin) dest.margin=source.margin;if (source.marginBottom) dest.marginBottom=source.marginBottom;if (source.marginLeft) dest.marginLeft=source.marginLeft;if (source.marginRight) dest.marginRight=source.marginRight;if (source.marginTop) dest.marginTop=source.marginTop;if (source.maxHeight) dest.maxHeight=source.maxHeight;if (source.maxWidth) dest.maxWidth=source.maxWidth;if (source.minHeight) dest.minHeight=source.minHeight;if (source.minWidth) dest.minWidth=source.minWidth;if (source.overflow) dest.overflow=source.overflow;if (source.padding) dest.padding=source.padding;if (source.paddingBottom) dest.paddingBottom=source.paddingBottom;if (source.paddingLeft) dest.paddingLeft=source.paddingLeft;if (source.paddingRight) dest.paddingRight=source.paddingRight;if (source.paddingTop) dest.paddingTop=source.paddingTop;if (source.pageBreakAfter) dest.pageBreakAfter=source.pageBreakAfter;if (source.pageBreakBefore) dest.pageBreakBefore=source.pageBreakBefore;if (source.position) dest.position=source.position;if (source.right) dest.right=source.right;if (source.scrollbar3dLightColor) dest.scrollbar3dLightColor=source.scrollbar3dLightColor;if (source.scrollbarArrowColor) dest.scrollbarArrowColor=source.scrollbarArrowColor;if (source.scrollbarBaseColor) dest.scrollbarBaseColor=source.scrollbarBaseColor;if (source.scrollbarDarkshadowColor) dest.scrollbarDarkshadowColor=source.scrollbarDarkshadowColor;if (source.scrollbarFaceColor) dest.scrollbarFaceColor=source.scrollbarFaceColor;if (source.scrollbarHighlightColor) dest.scrollbarHighlightColor=source.scrollbarHighlightColor;if (source.scrollbarShadowColor) dest.scrollbarShadowColor=source.scrollbarShadowColor;if (source.scrollbarTrackColor) dest.scrollbarTrackColor=source.scrollbarTrackColor;if (source.tableLayout) dest.tableLayout=source.tableLayout;if (source.textAlign) dest.textAlign=source.textAlign;if (source.textDecoration) dest.textDecoration=source.textDecoration;if (source.textIndent) dest.textIndent=source.textIndent;if (source.textTransform) dest.textTransform=source.textTransform;if (source.verticalAlign) dest.verticalAlign=source.verticalAlign;if (source.visibility) dest.visibility=source.visibility;if (source.width) dest.width=source.width;if (source.whiteSpace) dest.whiteSpace=source.whiteSpace;if (source.wordSpacing) dest.wordSpacing=source.wordSpacing;if (source.zIndex) dest.zIndex=source.zIndex;}function a17(object){a15(object, this);}function a16(object){a15(this, object);}function a18(string, object){if (!string){return null;}if (!object){return new a20(string);}var va = string.split(";");for (var i=0; i<va.length; i++){var vb = va[i].split(":");if (vb.length==2){var attr=a6(vb[0]).toLowerCase();var p=attr.indexOf("-");while (p > -1){attr=attr.substring(0,p) + attr.charAt(p+1).toUpperCase() + attr.substring(p+2, attr.length);p=attr.indexOf("-");}object[attr] = a6(vb[1]);}}}function a19(){return new a20(this);}function a20(object){this.clone = a19;this.assign = a17;this.assignTo = a16;this.parseStyle = a18;if (object){if (object.a20){a15(object, this);}else if (object.match){this.parseStyle(object, this);}else{a15(object, this);}}}a20.prototype.a20=1;a20.prototype.classname="a20";var dummy_jtim = null;function J_Timer(obj){this.obj = (obj != null) ? obj : window;}J_Timer.prototype.J_Timer = 1;J_Timer.prototype.classname = "J_Timer";J_Timer.prototype.a22 = function(func, msec){var idx = J_Timer.create();var txt = J_Timer.a26(this.obj, idx, arguments);J_Timer.a28[idx].a81 = window.setInterval(txt, msec);return idx;};J_Timer.prototype.a23 = function(func, msec){var idx = J_Timer.create();J_Timer.a26(this.obj, idx, arguments);J_Timer.a28[idx].a81 = window.setTimeout("J_Timer.a27(" + idx + ");", msec);return idx;};J_Timer.prototype.a24 = function(idx){if(!J_Timer.a28[idx]){return;}window.clearInterval(J_Timer.a28[idx].a81);J_Timer.a28[idx] = null;J_Timer.a30();};J_Timer.prototype.a25 = function(idx){if(!J_Timer.a28[idx]){return;}window.clearTimeout(J_Timer.a28[idx].a81);J_Timer.a28[idx] = null;J_Timer.a30();};J_Timer.a28 = new Array();J_Timer.a26 = function(obj, idx, args){var txt = "";if(obj != window){J_Timer.a28[idx].obj = obj;txt = "J_Timer.a28[" + idx + "].obj.";}txt += args[0] + "(";if(args.length > 2){J_Timer.a28[idx][0] = args[2];txt += "J_Timer.a28[" + idx + "][0]";for(var i=1; (i+2)<args.length; i++){J_Timer.a28[idx][i] = args[i+2];txt += ", J_Timer.a28[" + idx + "][" + i + "]";}}txt += ");";J_Timer.a28[idx].a28txt = txt;return txt;};J_Timer.a27 = function(idx){if(!J_Timer.a28[idx]){return;}eval(J_Timer.a28[idx].a28txt);J_Timer.a28[idx] = null;};J_Timer.create = function(){var idx = J_Timer.a29();if(idx == J_Timer.a28.length){J_Timer.a28.push(new Array());}else{J_Timer.a28[idx] = new Array();}return idx;};J_Timer.a29 = function(){var idx = J_Timer.a28.length;for(var i=0; i<J_Timer.a28.length; i++){if(J_Timer.a28[i] == null){idx = i;break;}}return idx;};J_Timer.a30 = function(){for(var i=0; i<J_Timer.a28.length; i++){if(J_Timer.a28[i] != null){return;}}J_Timer.a28 = new Array(0);};var dummy_jbasimg = null;function a114(_src){this._image = document.createElement("IMG");this._image.__Action_Instance = this;this._image.onload = this.actionOnLoad;this.a81 = new J_Timer(this);this.setSrc(_src);}a114.NO_SOURCE_SET = -999;a114.prototype._image = null;a114.prototype._width = null;a114.prototype._height = null;a114.prototype._source = null;a114.prototype.loaded = false;a114.prototype.milliseconds = 100;a114.prototype.a81 = null;a114.prototype.a81Interval = null;a114.prototype.setSrc = function(_src){if(this._image != null && _src != null){this._image.src = _src;}};a114.prototype.getSrc = function(){if(this._image != null){return this._image.src;}};a114.prototype.getWidthAndHeight = function(_obj, _method){if(this.getSrc() == null){_obj[_method](a114.NO_SOURCE_SET, "no width", "no height");this.a71();return;}if(this._image.width > 0){_obj[_method](this._image.src, this._image.width, this._image.height);this.a71();return;}else{this.a70("getWidthAndHeight", _obj, _method);}};a114.prototype.actionOnLoad = function(){this.__Action_Instance._width = this.width;this.__Action_Instance._height = this.height;this.loaded = true;};a114.prototype.a70 = function(fnct, _obj, _method, _params){if(this.a81Interval == null){this.a81Interval = this.a81.a22(fnct, this.milliseconds, _obj, _method, _params);}};a114.prototype.a71 = function(){if(this.a81Interval != null){this.a81.a24(this.a81Interval);this.a81Interval = null;}};a114.prototype.a69 = function(_milliseconds){if(_milliseconds != null && _milliseconds > 0){this.milliseconds = _milliseconds;}};function a61LoadStatusChecker(){}a61LoadStatusChecker.prototype.inform = function(imageId, _evaluatedWidth, _evaluatedHeight){writeout("[a61LoadStatusChecker.prototype.inform] loaded imageId = " + imageId + ", image width = " + _evaluatedWidth + ", image height = " + _evaluatedHeight);for (var i=0; i < this.images.length; i++){}};a61LoadStatusChecker.prototype.images = null;var dummy_jcontr = null;function a31(e){this.__Action_Instance._onClick(e);}function a32(e){this.__Action_Instance._onMouseOver(e);}function a33(e){this.__Action_Instance._onMouseOut(e);}function a34(left, top, width, height, right){var e = document.createElement("DIV");e.style.position = "absolute";e.style.visibility = "visible";e.style.overflow = "hidden";if(arguments.length > 4 && right != null){e.style.right = right+"px";}else{e.style.left = left+"px";}e.style.top = top+"px";if(width != null){e.style.width = width + "px";}if(height != null){e.style.height = height + "px";}return e;}a35 = function(){var table = document.createElement("TABLE");table.cellPadding = 0;table.cellSpacing = 0;table.border = 0;return table;};function a36(width,height,_text){this._table = a35();if(width != null){this._table.width = width;}this._tBody = document.createElement("TBODY");this._table.appendChild(this._tBody);this._tr = document.createElement("TR");this._tBody.appendChild(this._tr);this._td = document.createElement("TD");this._tr.appendChild(this._td);if(height != null){this._td.style.height = height + "px";}if(_text != null){this._textNode = document.createTextNode(_text);this._td.appendChild(this._textNode);}}a36.prototype._table = null;a36.prototype._tBody = null;a36.prototype._tr = null;a36.prototype.trTop = null;a36.prototype.trBottom = null;a36.prototype._td = null;a36.prototype.tdTopLeft = null;a36.prototype.tdTopCenter = null;a36.prototype.tdTopRight = null;a36.prototype.tdMiddleLeft = null;a36.prototype.tdMiddleRight = null;a36.prototype.tdBottomLeft = null;a36.prototype.tdBottomCenter = null;a36.prototype.tdBottomRight = null;a36.prototype.b13 = function(paddingLeft, paddingTop, paddingRight, paddingBottom){if(paddingLeft > 0){if(this._tr != null && this._td != null){if(this.tdMiddleLeft == null){this.tdMiddleLeft = document.createElement("TD");this._tr.insertBefore(this.tdMiddleLeft, this._td);}this.tdMiddleLeft.style.width = paddingLeft + "px";}}else{if(this.trTop != null && this.tdTopLeft != null){this.trTop.removeChild(this.tdTopLeft);this.tdTopLeft = null;}if(this.tdMiddleLeft != null){this._tr.removeChild(this.tdMiddleLeft);this.tdMiddleLeft = null;}if(this.trBottom != null && this.tdBottomLeft != null){this.trBottom.removeChild(this.tdBottomLeft);this.tdBottomLeft = null;}}if(paddingRight > 0){if(this._tr != null && this._td != null){if(this.tdMiddleRight == null){this.tdMiddleRight = document.createElement("TD");this._tr.appendChild(this.tdMiddleRight);}this.tdMiddleRight.style.width = paddingRight + "px";}}else{if(this.trTop != null && this.tdTopRight != null){this.trTop.removeChild(this.tdTopRight);this.tdTopRight = null;}if(this.tdMiddleRight != null){this._tr.removeChild(this.tdMiddleRight);this.tdMiddleRight = null;}if(this.trBottom != null && this.tdBottomRight != null){this.trBottom.removeChild(this.tdBottomRight);this.tdBottomRight = null;}}if(paddingTop > 0){if(this._tBody != null && this._tr != null){if(this.trTop == null){this.trTop = document.createElement("TR");this._tBody.insertBefore(this.trTop, this._tr);this.tdTopCenter = document.createElement("TD");if(this.tdMiddleLeft != null){this.tdTopLeft = document.createElement("TD");this.trTop.appendChild(this.tdTopLeft);}this.trTop.appendChild(this.tdTopCenter);if(this.tdMiddleRight != null){this.tdTopRight = document.createElement("TD");this.trTop.appendChild(this.tdTopRight);}}this.tdTopCenter.style.height = paddingTop + "px";}}else{if(this.trTop != null){a11s(this.trTop);this.trTop = null;this.tdTopLeft = null;this.tdTopCenter = null;this.tdTopRight = null;}}if(paddingBottom > 0){if(this._tBody != null && this._tr != null){if(this.trBottom == null){this.trBottom = document.createElement("TR");this._tBody.appendChild(this.trBottom);this.tdBottomCenter = document.createElement("TD");if(this.tdMiddleLeft != null){this.tdBottomLeft = document.createElement("TD");this.trBottom.appendChild(this.tdBottomLeft);}this.trBottom.appendChild(this.tdBottomCenter);if(this.tdMiddleRight != null){this.tdBottomRight = document.createElement("TD");this.trBottom.appendChild(this.tdBottomRight);}}this.tdBottomCenter.style.height = paddingBottom + "px";}}else{if(this.trBottom != null){a11s(this.trBottom);this.trBottom = null;this.tdBottomLeft = null;this.tdBottomCenter = null;this.tdBottomRight = null;}}};a36.prototype.b17 = function(_text){if(_text != null){if(this._td != null){a11s(this._td);}this._textNode = document.createTextNode(_text);if(this._td != null){this._td.appendChild(this._textNode);}}};a36.prototype.b15 = function(thTextListCollection){if(thTextListCollection != null){if(this._td != null){a11s(this._td);}for (var i=0; i < thTextListCollection.length(); i++){if(thTextListCollection.get(i) != null){if(thTextListCollection.get(i).getOuterNode() != null){this._td.appendChild(thTextListCollection.get(i).getOuterNode());}}}}};a36.prototype.b11 = function(_fontFamily){if(_fontFamily != null){this._td.style.fontFamily = _fontFamily;}};a36.prototype.b14 = function(_textAlign){if(_textAlign != null){this._td.style.textAlign = _textAlign;}};a36.prototype.b19 = function(_fontSize){if(_fontSize != null){this._td.style.fontSize = _fontSize;}};a36.prototype.b20 = function(_fontWeight){if(_fontWeight != null){this._td.style.fontWeight = _fontWeight;}};a36.prototype.b18 = function(_fontColor){if(_fontColor != null){this._td.style.color = _fontColor;}};function a45(){}a45.prototype.actionObject = null;a45.prototype.actionMethod = null;a45.prototype.actionParam = null;a45.prototype.b1 = function(_actionObject){this.actionObject = _actionObject;};a45.prototype.b0 = function(_actionMethod){this.actionMethod = _actionMethod;};a45.prototype.b2 = function(_actionParam){this.actionParam = _actionParam;};function a49(left, top, width, height, right, parentNode){this.base = a45;this.base();if(arguments.length > 4 && right != null){this.right = right;this._div = a34(left, top, width, height, right);}else{this._div = a34(left, top, width, height);}this.left = left;this.top = top;this.width = width;this.height = height;this.parentNode = parentNode;}a14(a45, a49);a49.prototype._div = null;a49.prototype.left = null;a49.prototype.right = null;a49.prototype.top = null;a49.prototype.width = null;a49.prototype.height = null;a49.prototype.parentNode = null;a49.prototype.hidden = true;a49.prototype._zIndex = null;a49.prototype.a50 = function(parentNode){this.parentNode = parentNode;};a49.prototype.show = function(){if(this.hidden && this.parentNode != null){this.parentNode.appendChild(this._div);this.hidden = false;}};a49.prototype.hide = function(){if(!this.hidden && this.parentNode != null){this.parentNode.removeChild(this._div);this.hidden = true;}};a49.prototype.a51 = function(_zIndex){if(this._div != null){this._div.style.zIndex = _zIndex;}this._zIndex = _zIndex;};a49.prototype.a52 = function(){return this._zIndex;};a49.prototype.b8 = function(thStyle){if(thStyle != null){a15(thStyle, this._div.style);}};a49.prototype.setLeft = function(_left){if(this._div != null){this._div.style.left = _left+"px";}this.left = _left;};a49.prototype.getLeft = function(){return this.left;};a49.prototype.setRight = function(_right){if(this._div != null){this._div.style.right = _right+"px";}this.right = _right;};a49.prototype.getRight = function(){return this.right;};a49.prototype.setTop = function(_top){if(this._div != null){this._div.style.top = _top+"px";}this.top = _top;};a49.prototype.getTop = function(){return this.top;};a49.prototype.setWidth = function(_width){if(this._div != null){this._div.style.width = _width + "px";}this.width = _width;};a49.prototype.getWidth = function(){return this.width;};a49.prototype.setHeight = function(_height){if(this._div != null){this._div.style.height = _height + "px";}this.height = _height;};a49.prototype.getHeight = function(){return this.height;};a49.prototype.b5 = function(color){if(this._div.style.backgroundColor != color){this._div.style.backgroundColor = color;}};a49.prototype.b6 = function(color){this._div.style.borderColor = color;};a49.prototype.b7 = function(borderWidth){this._div.style.borderWidth = borderWidth + "px";};function a58(thNavigationButtons){this.buttons = thNavigationButtons;if(this.buttons != null){for (var i=0; i < this.buttons.length; i++){this.buttons[i].menu = this;}}}a58.prototype.buttons = null;a58.prototype.activate = function(button){if(this.buttons != null){for (var i=0; i < this.buttons.length; i++){this.buttons[i].setActivated(button == this.buttons[i]);}}};function a59(left,top,width,height,right,parentNode,label){this.base = a49;this.base(left, top, width, height, right, parentNode);this.label = label;if(this.label != null){this._div.style.cursor = "pointer";this.tableWithText = new a36(width, height, label);this._div.appendChild(this.tableWithText._table);}this._div.__Action_Instance = this;this._div.onclick = a31;this._div.onmouseover = a32;this._div.onmouseout = a33;}a14(a49, a59);a59.prototype.menu = null;a59.prototype.tableWithText = null;a59.prototype._textNode = null;a59.prototype.label = null;a59.prototype.activated = false;a59.prototype.backgroundColorOnMouseOver = null;a59.prototype.backgroundColorOnMouseOut = null;a59.prototype.fontColorOnMouseOver = null;a59.prototype.fontColorOnMouseOut = null;a59.prototype.onObjContentChange = function(_text){this.tableWithText.b17(_text);};a59.prototype.b16 = function(thStyle){if(thStyle != null){a15(thStyle, this.tableWithText._td.style);}};a59.prototype._onMouseOver = function(){if(this.backgroundColorOnMouseOver != null){this.b5(this.backgroundColorOnMouseOver);}if(this.fontColorOnMouseOver != null){this.tableWithText.b18(this.fontColorOnMouseOver);}if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a3, this, this.actionParam);}};a59.prototype._onMouseOut = function(){if(!this.activated){if(this.backgroundColorOnMouseOut != null){this.b5(this.backgroundColorOnMouseOut);}if(this.fontColorOnMouseOut != null){this.tableWithText.b18(this.fontColorOnMouseOut);}}if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a4, this, this.actionParam);}};a59.prototype._onClick = function(e){if(!this.activated){this.activate();}if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a2, this, this.actionParam);}};a59.prototype.activate = function(){if(this.menu != null){this.menu.activate(this);}};a59.prototype.setActivated = function(activated){if(activated != this.activated){this.activated = activated;if(activated){this.b5(this.backgroundColorOnMouseOver);}else{this.b5(this.backgroundColorOnMouseOut);}}};a59.prototype.b4 = function(color){if(this._div.style.backgroundColor != color){this.backgroundColorOnMouseOver = color;}};a59.prototype.b3 = function(color){if(this._div.style.backgroundColor != color){this.backgroundColorOnMouseOut = color;}};a59.prototype.b10 = function(color){if(color != null){this.fontColorOnMouseOver = color;}};a59.prototype.b9 = function(color){if(color != null){this.fontColorOnMouseOut = color;}};function a60(left, top, width, height, right, parentNode){this.base = a49;this.base(left, top, width, height, right, parentNode);this._iFrame = document.createElement("IFRAME");this._iFrame.id = "thdocframe";this._iFrame.width = width;this._iFrame.height = height;this._iFrame.scrolling = "auto";this._iFrame.marginHeight = 0;this._iFrame.marginWidth = 0;this._iFrame.frameBorder = 0;this._div.appendChild(this._iFrame);}a14(a49, a60);a60.prototype._iFrame = null;a60.prototype._document = a1;a60.prototype.getDocument = function(){return this._document;};a60.prototype.setDocument = function(URL){if(this._document == URL){return false;}this._document = URL;this._iFrame.src = this._document;return true;};function a61(left, top, width, height, right, parentNode, src){this.base = a49;this.base(left, top, width, height, right, parentNode);this._image = document.createElement("IMG");this._image.src = src;this._image.width = width;this._image.height = height;this._image.border = 0;this._div.appendChild(this._image);}a14(a49, a61);a61.prototype._image = null;a61.prototype.setSrc = function(_src){if(this._image != null){this._image.src = _src;}};a61.prototype.getSrc = function(){if(this._image != null){return this._image.src;}};a61.prototype.setTitle = function(_title){if(this._image != null && _title != null){this._image.title = _title;}};a61.prototype.supera49SetWidth = a61.prototype.setWidth;a61.prototype.setWidth = function(_width){this.supera49SetWidth(_width);this._image.width = _width;};a61.prototype.supera49SetHeight = a61.prototype.setHeight;a61.prototype.setHeight = function(_height){this.supera49SetHeight(_height);this._image.height = _height;};a61.prototype.onObjContentChange = function(_text){this.setTitle(_text);};function a62(left, top, width, height, right, parentNode, src){this.base = a49;this.base(left, top, width, height, right, parentNode);this._anchor = document.createElement("A");this._anchor.__Action_Instance = this;this._anchor.onclick = a31;this._anchor.onmouseover = a32;this._anchor.onmouseout = a33;this._anchor.target = "_blank";this._div.appendChild(this._anchor);this._image = document.createElement("IMG");this._image.src = src;this._image.width = width;this._image.height = height;this._image.border = 0;this._image.style.cursor = "pointer";this._anchor.appendChild(this._image);}a14(a49, a62);a62.prototype._anchor = null;a62.prototype._image = null;a62.prototype.b12 = function(_href){if(this._anchor != null){this._anchor.href = _href;}};a62.prototype.setSrc = function(_src){if(this._image != null){this._image.src = _src;}};a62.prototype.getSrc = function(){if(this._image != null){return this._image.src;}};a62.prototype._onMouseOver = function(){if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a3, this, this.actionParam);}};a62.prototype._onMouseOut = function(){if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a4, this, this.actionParam);}};a62.prototype._onClick = function(e){if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a2, this, this.actionParam);}};a62.prototype.setTitle = function(_title){if(this._image != null && _title != null){this._image.title = _title;}};a62.prototype.supera49SetWidth = a62.prototype.setWidth;a62.prototype.setWidth = function(_width){this.supera49SetWidth(_width);this._image.width = _width;};a62.prototype.supera49SetHeight = a62.prototype.setHeight;a62.prototype.setHeight = function(_height){this.supera49SetHeight(_height);this._image.height = _height;};a62.prototype.onObjContentChange = function(_text){this.setTitle(_text);};function a65(left,top,width,height,right,parentNode,_text){this.base = a49;this.base(left, top, width, null, right, parentNode);this.tableWithText = new a36(width, null, _text);this._div.appendChild(this.tableWithText._table);}a14(a49, a65);a65.prototype.tableWithText = null;a65.prototype.b16 = function(thStyle){if(thStyle != null){a15(thStyle, this.tableWithText._td.style);}};a65.prototype.b13 = function(paddingLeft, paddingTop, paddingRight, paddingBottom){this.tableWithText.b13(paddingLeft, paddingTop, paddingRight, paddingBottom);};function a54(){}a54.prototype.items = null;a54.prototype.add = function(object){if(this.items == null){this.items = new Array();}this.items.push(object);};a54.prototype.length = function(){if(this.items == null){return 0;}return this.items.length;};a54.prototype.get = function(pos){if(this.items == null){return null;}if(this.items.length > pos){return this.items[pos];}return null;};a54.prototype.deleteObject = function(object){if(object == null || this.items == null){return;}var tempArray = new Array();for (var i=0; i < this.items.length; i++){if(object != this.items[i]){tempArray.push(this.items[i]);}}this.items = tempArray;};a54.prototype.deleteAtPosition = function(pos){if(pos == null || this.items == null){return;}var tempArray = new Array();for (var i=0; i < this.items.length; i++){if(pos != i){tempArray.push(this.items[i]);}}this.items = tempArray;};function a63(_text, thStyle){this._span = document.createElement("SPAN");if(thStyle != null){a15(thStyle, this._span.style);}this._textNode = document.createTextNode(_text == null ? DEFAULT_TEXT : _text);this._span.appendChild(this._textNode);}a63.prototype._textNode = null;a63.prototype._span = null;a63.prototype.getOuterNode = function(){return this._span;};a63.prototype.addBreak = function(){this._span.appendChild(document.createElement("BR"));};function a64(_text, thStyle){this.base = a45;this.base();this._span = document.createElement("SPAN");this._anchor = document.createElement("A");this._anchor.__Action_Instance = this;this._anchor.onclick = a31;this._anchor.onmouseover = a32;this._anchor.onmouseout = a33;this._anchor.target = "_blank";this._anchor.border = 0;if(thStyle != null){a15(thStyle, this._anchor.style);}this._textNode = document.createTextNode(_text == null ? DEFAULT_TEXT : _text);this._anchor.appendChild(this._textNode);this._span.appendChild(this._anchor);}a14(a45, a64);a64.prototype._textNode = null;a64.prototype._span = null;a64.prototype._anchor = null;a64.prototype.fontColorOnMouseOver = null;a64.prototype.fontColorOnMouseOut = null;a64.prototype.styleOnMouseOver = null;a64.prototype.styleOnMouseOut = null;a64.prototype.getOuterNode = function(){return this._span;};a64.prototype.b12 = function(_href){if(this._anchor != null){this._anchor.href = _href;}};a64.prototype.setAnchorStyle = function(thStyle){if(this._anchor != null){if(thStyle != null){a15(thStyle, this._anchor.style);}}};a64.prototype.setStyle = function(thStyle){if(thStyle != null){a15(thStyle, this._span.style);}};a64.prototype.setTarget = function(_target){if(this._anchor != null){this._anchor.target = _target;}};a64.prototype._onMouseOver = function(){if(this.styleOnMouseOver != null){this.setAnchorStyle(this.styleOnMouseOver);}else if(this.fontColorOnMouseOver != null){this._anchor.style.color = this.fontColorOnMouseOver;}if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a3, this, this.actionParam);}};a64.prototype._onMouseOut = function(){if(this.styleOnMouseOut != null){this.setAnchorStyle(this.styleOnMouseOut);}else if(this.fontColorOnMouseOut != null){this._anchor.style.color = this.fontColorOnMouseOut;}if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a4, this, this.actionParam);}};a64.prototype._onClick = function(){if(this.actionObject != null && this.actionMethod != null){this.actionObject[this.actionMethod](a2, this, this.actionParam);}};a64.prototype.b10 = function(color){if(color != null){this.fontColorOnMouseOver = color;}};a64.prototype.b9 = function(color){if(color != null){this.fontColorOnMouseOut = color;}};a64.prototype.setStyleOnMouseOver = function(_styleOnMouseOver){if(_styleOnMouseOver != null){this.styleOnMouseOver = _styleOnMouseOver;}};a64.prototype.setStyleOnMouseOut = function(_styleOnMouseOut){if(_styleOnMouseOut != null){this.styleOnMouseOut = _styleOnMouseOut;}};a64.prototype.addBreak = function(){this._span.appendChild(document.createElement("BR"));};a64.prototype.onObjContentChange = function(_text){if(_text == null){return;}if(_text.length != 2){writeout("Falsche Laenge des Arrays. length von 2 erwartet. _text.length = " + _text.length);}if(_text[0] != null){if(this._textNode != null){this._anchor.removeChild(this._textNode);}this._textNode = document.createTextNode(_text[0]);this._anchor.appendChild(this._textNode);}if(_text[1] != null){this.b12(_text[1]);}};function a56(){this._br = document.createElement("BR");}a56.prototype._br = null;a56.prototype.getOuterNode = function(){return this._br;};function a55(left,top,width,height,right,parentNode,thTextListCollection){this.base = a49;this.base(left, top, width, null, right, parentNode);this.tableWithText = new a36(width, null, null);this._div.appendChild(this.tableWithText._table);this.tableWithText.b15(thTextListCollection);}a14(a49, a55);a55.prototype.tableWithText = null;a55.prototype.b13 = function(paddingLeft, paddingTop, paddingRight, paddingBottom){this.tableWithText.b13(paddingLeft, paddingTop, paddingRight, paddingBottom);};a55.prototype.b15 = function(thTextListCollection){this.tableWithText.b15(thTextListCollection);};a55.prototype.onObjContentChange = function(thTextListCollection){this.b15(thTextListCollection);};var dummy_movpan = null;function a68(left, top, width, height, right, parentNode){this.base = a49;this.base(left, top, width, height, right, parentNode);this.origPosX = left;this.origPosY = top;this.a81 = new J_Timer(this);}a14(a49, a68);a68.prototype.a81 = null;a68.prototype.a81Interval = null;a68.prototype.repetitionCount = null;a68.prototype.maxOffsetLeft = null;a68.prototype.maxOffsetRight = null;a68.prototype.maxOffsetTop = null;a68.prototype.maxOffsetBottom = null;a68.prototype.origPosX = null;a68.prototype.origPosY = null;a68.prototype.milliseconds = 500;a68.prototype.a69 = function(_milliseconds){if(_milliseconds != null && _milliseconds > 0){this.milliseconds = _milliseconds;}};a68.prototype.a70 = function(fnct,msecs,maxRepetitions,xOffset,yOffset){if(maxRepetitions != null && this.repetitionCount > maxRepetitions){this.a71();return;}if(this.a81Interval == null){this.a81Interval = this.a81.a22(fnct,msecs,maxRepetitions,xOffset,yOffset);}};a68.prototype.a71 = function(){if(this.a81Interval != null){this.a81.a24(this.a81Interval);this.a81Interval = null;this.repetitionCount = null;}};a68.prototype.a72 = function(maxRepetitions, xOffset, yOffset){if(this.repetitionCount == null){this.repetitionCount = 0;}if(xOffset != null && xOffset != 0){var newX = this.getLeft() + xOffset;var maxLeft = this.origPosX - this.maxOffsetLeft;var maxRight = this.origPosX + this.maxOffsetRight;if(newX < maxLeft || newX > maxRight){if(xOffset < 0 && (maxLeft < this.getLeft()-1)){this.setLeft(this.getLeft() - 1);}else if(xOffset > 0 && (maxRight > this.getLeft()+1)){this.setLeft(this.getLeft() + 1);}else{return;}}this.setLeft(newX);}if(yOffset != null && yOffset != 0){var newY = this.getTop() + yOffset;var maxTop = this.origPosY - this.maxOffsetTop;var maxBottom = this.origPosY + this.maxOffsetBottom;if(newY < maxTop || newY > maxBottom){if(yOffset < 0 && (maxTop < this.getTop()-1)){this.setTop(this.getTop() - 1);}else if(yOffset > 0 && (maxBottom > this.getTop()+1)){this.setTop(this.getTop() + 1);}else{return;}}this.setTop(newY);}this.repetitionCount++;this.a70("a72", this.milliseconds, maxRepetitions, xOffset, yOffset);};var dummy_thfb0001 = null;var DIV_CONTAINER_FOR_FR_BAUER_SLIDES = "fbMediaBox";var TXT_DIVS_LEFT = null;var TXT_DIVS_RIGHT = 10;var TXT_DIVS_WIDTH = 220;var TXT_DIVS_HEIGHT = null;var TXT_DIVS_TOP = 20;var POS_X_CONTENT_DIVS = 0;var POS_Y_CONTENT_DIVS = 10;var POS_X_TUNNEL = 420;var POS_Y_TUNNEL = 264;var FLASH_PLAYER_WIDTH = 400;var FLASH_PLAYER_HEIGHT = 300;var IMG_GAP = 15;var IMG_WIDTH = 57;var IMG_HEIGHT = 44;var NUMBER_OF_IMAGES_DISPLAYED = 3;var IMG_PFEIL_LINKS_ON_MOUSE_OVER = "images/pfeil_links_rot.gif";var IMG_PFEIL_LINKS_ON_MOUSE_OUT = "images/pfeil_links_weiss.gif";var IMG_PFEIL_LINKS_LEFT = 421;var IMG_PFEIL_LINKS_TOP = 240;var IMG_PFEIL_LINKS_WIDTH = 7;var IMG_PFEIL_LINKS_HEIGHT = 8;var IMG_PFEIL_LINKS_X_OFFSET = -3;var IMG_PFEIL_LINKS_Y_OFFSET = 0;var IMG_PFEIL_RECHTS_ON_MOUSE_OVER = "images/pfeil_rechts_rot.gif";var IMG_PFEIL_RECHTS_ON_MOUSE_OUT = "images/pfeil_rechts_weiss.gif";var IMG_PFEIL_RECHTS_LEFT = 435;var IMG_PFEIL_RECHTS_TOP = 240;var IMG_PFEIL_RECHTS_WIDTH = 7;var IMG_PFEIL_RECHTS_HEIGHT = 8;var IMG_PFEIL_RECHTS_X_OFFSET = 3;var IMG_PFEIL_RECHTS_Y_OFFSET = 0;var MILLIS_FOR_SLIDESHOW = 10;var FB_PATH_TO_FLASH_PLAYER = "data/player.swf";var FB_FLASH_PLAYER_VERSION = "9";var FB_FLASH_PLAYER_BG_COLOR = "#990000";var FB_FLASH_PLAYER_BASE_PARAMS = new Array(new Array("allowfullscreen","false"), new Array("allowscriptaccess","always"), new Array("allowflashvars","always"), new Array("wmode","transparent"));function a109(){}a109.prototype.a110 = function(actionType, sender, _arguments){if(actionType == a3){_arguments[0].a72(_arguments[1], _arguments[2], _arguments[3]);sender.setSrc(IMG_PFEIL_LINKS_ON_MOUSE_OVER);}else if(actionType == a4){_arguments[0].a71();sender.setSrc(IMG_PFEIL_LINKS_ON_MOUSE_OUT);}};a109.prototype.a111 = function(actionType, sender, _arguments){if(actionType == a3){_arguments[0].a72(_arguments[1], _arguments[2], _arguments[3]);sender.setSrc(IMG_PFEIL_RECHTS_ON_MOUSE_OVER);}else if(actionType == a4){_arguments[0].a71();sender.setSrc(IMG_PFEIL_RECHTS_ON_MOUSE_OUT);}};a109.prototype.a112 = function(actionType, sender, _arguments){if(actionType == a2){var txtDivToShow = _arguments[0];var parentDiv = _arguments[1];var allTextDivs = _arguments[2];var contentDivToShow = _arguments[3];var allContentDivs = _arguments[4];fbMedBox_showHideObjects(allTextDivs, parentDiv, txtDivToShow, TXT_DIVS_LEFT, TXT_DIVS_TOP, TXT_DIVS_WIDTH, TXT_DIVS_HEIGHT, TXT_DIVS_RIGHT);fbMedBox_showHideObjects(allContentDivs, parentDiv, contentDivToShow, POS_X_CONTENT_DIVS, POS_Y_CONTENT_DIVS);fb_mediaBoxHandleActionImgFrBaTeaser(actionType, sender,txtDivToShow,parentDiv,contentDivToShow,allTextDivs,allContentDivs);}};fb_mediaBoxHandleActionImgFrBaTeaser = function(actionType,sender,txtDivToShow,parentDiv,contentDivToShow,allTextDivs,allContentDivs){fbMedBox_showHideObjects(allTextDivs, parentDiv, txtDivToShow, TXT_DIVS_LEFT, TXT_DIVS_TOP, TXT_DIVS_WIDTH, TXT_DIVS_HEIGHT, TXT_DIVS_RIGHT);fbMedBox_showHideObjects(allContentDivs, parentDiv, contentDivToShow, POS_X_CONTENT_DIVS, POS_Y_CONTENT_DIVS);};function fbMedBox_showHideObjects(allObjects, parentObject, objToShow, _left, _top, _width, _height, _right){if(parentObject == null){return;}var children = parentObject.childNodes;for (var i=0; i < allObjects.length; i++){if(allObjects[i] != objToShow){if(children != null ){for (var j=0; j < children.length; j++){if(children[j] == allObjects[i]){parentObject.removeChild(allObjects[i]);break;}}}}else{allObjects[i].style.visibility = "visible";if(_left != null){allObjects[i].style.left = _left + "px";}else if(_right != null){allObjects[i].style.right = _right + "px";}allObjects[i].style.top = _top + "px";if(_width != null){allObjects[i].style.width = _width + "px";}if(_height != null){allObjects[i].style.height = _height + "px";}allObjects[i].style.position = "absolute";parentObject.appendChild(allObjects[i]);}}}var a124 = new a109();var frBauerImageContainer = null;var frBauerDivContainerForAll = null;var tunnel = null;frBauerSlidesPrepare = function(){frBauerDivContainerForAll = document.getElementById(DIV_CONTAINER_FOR_FR_BAUER_SLIDES);if(!frBauerDivContainerForAll){return false;}frBauerImageContainer = fbGetMyImageContainer();frBauerImageContainer.a69(MILLIS_FOR_SLIDESHOW);return true;};getBaseSWFObject = function(){if (typeof(deconcept) !== 'undefined' && deconcept.SWFObjectUtil.getPlayerVersion().major >=9){var swfObj = new SWFObject(FB_PATH_TO_FLASH_PLAYER,"player1",FLASH_PLAYER_WIDTH+"",FLASH_PLAYER_HEIGHT+"",FB_FLASH_PLAYER_VERSION,FB_FLASH_PLAYER_BG_COLOR);if(FB_FLASH_PLAYER_BASE_PARAMS != null){for (var i=0; i < FB_FLASH_PLAYER_BASE_PARAMS.length; i++){swfObj.addParam(FB_FLASH_PLAYER_BASE_PARAMS[i][0], FB_FLASH_PLAYER_BASE_PARAMS[i][1]);}}return swfObj;}return null;};fbGetAPanel = function(left, top, width, height, right, parentNode){return new a49(left, top, width, height, right, parentNode);};fbGetMyTunnel = function(){var t = fbGetAPanel(POS_X_TUNNEL,POS_Y_TUNNEL,NUMBER_OF_IMAGES_DISPLAYED*IMG_WIDTH + 2*IMG_GAP,IMG_HEIGHT + 2,null,frBauerDivContainerForAll);t.show();return t;};fbGetMyImageContainer = function(){return J_OH_getAMoveablePanel(0,1,1,IMG_HEIGHT,null,fbGetMyTunnel()._div);};fbGetAnAct = function(){return "a112";};fbPrepareLinkedImage = function(img, actionParams){if(img == null){return;}img.b1(a124);img.b0(fbGetAnAct());img.b2(actionParams);img.show();};fbOnImageCount = function(imageCount){if(imageCount < 1){return;}frBauerImageContainer.show();frBauerImageContainer.setWidth(imageCount*IMG_WIDTH + (imageCount-1)*IMG_GAP);if(imageCount >= NUMBER_OF_IMAGES_DISPLAYED){frBauerImageContainer.maxOffsetRight = 0;frBauerImageContainer.maxOffsetLeft = (imageCount - NUMBER_OF_IMAGES_DISPLAYED) * (IMG_WIDTH + IMG_GAP);var imgScrollLeft = J_OH_getALinkedImage(IMG_PFEIL_LINKS_LEFT, IMG_PFEIL_LINKS_TOP, IMG_PFEIL_LINKS_WIDTH, IMG_PFEIL_LINKS_HEIGHT, null, frBauerDivContainerForAll, IMG_PFEIL_LINKS_ON_MOUSE_OUT);imgScrollLeft.b1(a124);imgScrollLeft.b0("a110");imgScrollLeft.b2(new Array(frBauerImageContainer, null, IMG_PFEIL_RECHTS_X_OFFSET, IMG_PFEIL_RECHTS_Y_OFFSET));imgScrollLeft.show();var imgScrollRight = J_OH_getALinkedImage(IMG_PFEIL_RECHTS_LEFT, IMG_PFEIL_RECHTS_TOP, IMG_PFEIL_RECHTS_WIDTH, IMG_PFEIL_RECHTS_HEIGHT, null, frBauerDivContainerForAll, IMG_PFEIL_RECHTS_ON_MOUSE_OUT);imgScrollRight.b1(a124);imgScrollRight.b0("a111");imgScrollRight.b2(new Array(frBauerImageContainer, null, IMG_PFEIL_LINKS_X_OFFSET, IMG_PFEIL_LINKS_Y_OFFSET));imgScrollRight.show();}};var dummy_mi_t01 = null;function a66(){}a66.prototype.methodPrepareTextAnchor = null;a66.prototype.methodsOnActions = null;a66.prototype.styleBasic = null;a66.prototype.styleOnMouseOver = null;a66.prototype.styleSelected = null;a66.prototype.orientation = J_ORIENTATION_HORIZONTAL;a66.prototype._top = null;a66.prototype._left = null;a66.prototype._right = null;a66.prototype.parentForMenuElements = _body;a66.prototype.tableTopGap = 20;a66.prototype.tableLeftGap = 15;a66.prototype.tableRightGap = 15;a66.prototype.tableInbetweenGap = 2;a66.prototype.levelWidthsOrientationHorizontal = null;a66.prototype.a83 = 1000;a66.prototype.mainTdHeightOrientationVertical = null;a66.prototype.mainTdWidthOrientationVertical = null;a66.prototype.doSth = function(){};var dummy_jimgsupsiz = null;function a61Supersize(left, top, width, height, right, parentNode, src){this.base = a61;this.base(left, top, width, height, right, parentNode, src);}a14(a61, a61Supersize);a61Supersize.prototype.startWidth = 1580;a61Supersize.prototype.startHeight = 1124;a61Supersize.prototype.minSize = 0.5;a61Supersize.prototype.superSize = function(){if(this.hidden){return;}var minwidth = this.minSize*(this.startWidth);var minheight = this.minSize*(this.startHeight);var ratio = this.startHeight/this.startWidth;var imagewidth = this.width;var imageheight = this.height;var browserwidth = a8();var browserheight = a7();if ((browserheight < minheight) && (browserwidth < minwidth)){this.setHeight(minheight);this.setWidth(minwidth);}else{if (browserheight > browserwidth){imageheight = browserheight;this.setHeight(browserheight);imagewidth = browserheight/ratio;this.setWidth(imagewidth);if (browserwidth > imagewidth){imagewidth = browserwidth;this.setWidth(browserwidth);imageheight = browserwidth * ratio;this.setHeight(imageheight);}}else{imagewidth = browserwidth;this.setWidth(browserwidth);imageheight = browserwidth * ratio;this.setHeight(imageheight);if (browserheight > imageheight){imageheight = browserheight;this.setHeight(browserheight);imagewidth = browserheight/ratio;this.setWidth(imagewidth);}}}};var dummy_mi = null;function a73(parentMenuItem){this.a74 = parentMenuItem;this.a81 = new J_Timer(this);}a73.prototype.menu = null;a73.prototype.a74 = null;a73.prototype.a75 = null;a73.prototype.a76 = null;a73.prototype.a77 = null;a73.prototype.a78 = null;a73.prototype.a79 = null;a73.prototype.a80 = false;a73.prototype.a81 = null;a73.prototype.a82 = null;a73.prototype.a84 = function(childMenuItem){if(this.a76 == null){this.a76 = new Array();}this.a76.push(childMenuItem);};a73.prototype.a85 = function(count){if(this.a74 != null){count++;return this.a74.a85(count);}else{return count;}};a73.prototype.a85Depth = function(){};a73.prototype.a86 = function(showParentMenuPanel){if(this.a75 != null){this.a75.show();}if(showParentMenuPanel && this.a74 != null){this.a74.a86(showParentMenuPanel);}};a73.prototype.showChildrensMenuPanel = function(showParentMenuPanel){if(this.a76 != null){for (var i=0; i < this.a76.length; i++){if(this.a76[i] != null){this.a76[i].a86(showParentMenuPanel);break;}}}};a73.prototype.a87 = function(hideChildMenuPanels){if(hideChildMenuPanels){if(this.a76 != null){for (var i=0; i < this.a76.length; i++){this.a76[i].a87(hideChildMenuPanels);}}}if(this.a75 != null){this.a75.hide();}};a73.prototype.a88 = function(hideChildMenuPanels){if(this.a76 != null){for (var i=0; i < this.a76.length; i++){this.a76[i].a75.hide();if(hideChildMenuPanels){this.a76[i].a88(hideChildMenuPanels);}}}};a73.prototype.a89 = function(){var sel = a73.a91(this.a90());if(sel != null){sel.a86(true);}};a73.prototype.a90 = function(){var tpi = this;while(tpi.a74 != null){tpi = tpi.a74;}return tpi;};a73.a91 = function(menuItem){if(menuItem == null){return null;}if(menuItem.a76 != null){for (var i=0; i < menuItem.a76.length; i++){if(menuItem.a76[i] != null && menuItem.a76[i].a80){return menuItem.a76[i];}var sel = a73.a91(menuItem.a76[i]);if(sel != null){return sel;}}}return null;};a73.prototype.getSelectedMenuItem = function(menuItem){if(menuItem == null){menuItem = this.a90();}if(menuItem == null){return null;}if(menuItem.a76 != null){for (var i=0; i < menuItem.a76.length; i++){if(menuItem.a76[i] != null && menuItem.a76[i].a80){return menuItem.a76[i];}var sel = menuItem.a76[i].getSelectedMenuItem(menuItem.a76[i]);if(sel != null){return sel;}}}return null;};a73.setInitialState = function(menuItem,anchorStyle,anchorStyleOnMouseOut,displayFirstLevel,displaySubMenuOfSelectedItem,_function){if(menuItem == null){return;}var dummyTopMenuItem = menuItem.a90();var selMenuItem = a73.a91(dummyTopMenuItem);if(selMenuItem != null){selMenuItem.a86(true);if(displaySubMenuOfSelectedItem){selMenuItem.showChildrensMenuPanel(false);}if(anchorStyle != null || anchorStyleOnMouseOut != null){while(selMenuItem.a74 != null){if(selMenuItem.a74.a79 != null){if(anchorStyle != null){selMenuItem.a74.a79.setAnchorStyle(anchorStyle);}if(anchorStyleOnMouseOut != null){selMenuItem.a74.a79.setStyleOnMouseOut(anchorStyleOnMouseOut);}}selMenuItem = selMenuItem.a74;}}}if(displayFirstLevel && dummyTopMenuItem != null){dummyTopMenuItem.showChildrensMenuPanel(false);}if(_function != null){_function(menuItem,anchorStyle,anchorStyleOnMouseOut,displayFirstLevel,displaySubMenuOfSelectedItem);}};a73.prototype.a92 = function(){var _siblings = this.a93();if(_siblings == null){return null;}for (var i=0; i < _siblings.length; i++){if(_siblings[i].a80){return _siblings[i];}}return null;};a73.prototype.a93 = function(){if(this.a74 == null){return null;}return this.a74.a76;};a73.prototype.getSelectedSubMenuItem = function(){if(this.a76 == null){return null;}for (var i=0; i < this.a76.length; i++){if(this.a76[i].a80 || this.a76[i].hasSelectedSubMenuItem()){return this.a76[i];}}return null;};a73.prototype.hasSelectedSubMenuItem = function(){if(this.a76 == null){return false;}for (var i=0; i < this.a76.length; i++){if(this.a76[i].a80 || this.a76[i].hasSelectedSubMenuItem()){return true;}}return false;};a73.prototype.isInHierarchy = function(jMenuItem){while(jMenuItem != null){if(jMenuItem == this){return true;}jMenuItem = jMenuItem.a74;}return false;};a73.prototype.hasSubMenu = function(){return this.hasChildren();};a73.prototype.hasChildren = function(){if(this.a76 != null && this.a76.length > 0){for (var i=0; i < this.a76.length; i++){if(this.a76[i] != null){return true;}}}return false;};a73.prototype.getFirstChild = function(){if(this.a76 != null && this.a76.length > 0){for (var i=0; i < this.a76.length; i++){if(this.a76[i] != null){return this.a76[i];}}}return null;};a73.a94 = function(menuItem){if(menuItem == null){return null;}if(menuItem.a76 != null){for (var i=0; i < menuItem.a76.length; i++){if(menuItem.a76[i] != null && menuItem.a76[i].a82 != null){return menuItem.a76[i];}var res = a73.a94(menuItem.a76[i]);if(res != null){return res;}}}return null;};a73.prototype.a95 = function(actionType, sender, _arguments){if(actionType == a4){var methodForHandlingTimeOut = null;if(_arguments != null && _arguments.length > 0){methodForHandlingTimeOut = _arguments[0];}var tpi = this.a90();if(tpi != null){tpi.a88(true);}this.a89();if(methodForHandlingTimeOut != null){methodForHandlingTimeOut(this, actionType, sender, _arguments);}}};a73.prototype.a96 = function(actionType, sender, _arguments){if(actionType == a4){this.a23("a95", this.menu.a83, actionType, sender, _arguments);}};a73.prototype.a25 = function(){if(this.a82 != null){this.a81.a25(this.a82);this.a82 = null;}};a73.prototype.a23 = function(fnct, msecs, actionType, sender, _arguments){if(this.a82 == null){this.a82 = this.a81.a23(fnct, msecs, actionType, sender, _arguments);}};a73.prototype.a99 = function(actionType, sender, _arguments){var methodForDirectHandling = null;if(_arguments != null && _arguments.length > 1){methodForDirectHandling = _arguments[1];}if(actionType == a2){}else if(actionType == a3){var menuItemWithTimeOut = a73.a94(this.a90());if(menuItemWithTimeOut != null){menuItemWithTimeOut.a25();}if(this.a74 != null){for (var i=0; i < this.a74.a76.length; i++){if(this.a74.a76[i] != null){this.a74.a76[i].a88(true);}}}if(this.a76 != null){for (var i=0; i < this.a76.length; i++){if(this.a76[i] != null){this.a76[i].a75.show();break;}}}}else if(actionType == a4){}if(methodForDirectHandling != null){methodForDirectHandling(this, actionType, sender, _arguments);}this.a96(actionType, sender, _arguments);};a73.prepare = function(jmi, _menu){if(jmi != null){if(jmi.menu == null){jmi.menu = _menu;}if(jmi.a76 != null && jmi.a76.length > 0){for (var i=0; i < jmi.a76.length; i++){if(jmi.a76[i] != null){jmi.a76[i].menu = _menu;}}var menuLevel = jmi.a76[0].a85(0);var _width = null;var topGap = _menu.tableTopGap != null && _menu.tableTopGap > 0 ? _menu.tableTopGap : 0;if(_menu.orientation == J_ORIENTATION_HORIZONTAL){_width = _menu.levelWidthsOrientationHorizontal[menuLevel-1];var table = a73.createMenuTableOrientationHorizontal(jmi.a76,_width - ((_menu.tableLeftGap != null && _menu.tableLeftGap > 0) ? _menu.tableLeftGap : 0) - ((_menu.tableRightGap != null && _menu.tableRightGap > 0) ? _menu.tableRightGap : 0),_menu.tableTopGap,_menu.tableLeftGap,_menu.tableRightGap,_menu.tableInbetweenGap);}else if(_menu.orientation == J_ORIENTATION_VERTICAL){_width = null;var table = a73.createMenuTableOrientationVertical(jmi.a76,_menu.mainTdWidthOrientationVertical,_menu.mainTdHeightOrientationVertical,(menuLevel > 1 ? topGap : 0),_menu.tableLeftGap,_menu.tableRightGap,_menu.tableInbetweenGap);}if(table == null){throw("Since no table no menu available for " + jmi.a77);}var isRightAligned = _menu._right != null;var _left = null;var _right = null;var _top = null;if(_menu.orientation == J_ORIENTATION_HORIZONTAL){_top = _menu._top;if(isRightAligned){_right = _menu._right;for (var i=_menu.levelWidthsOrientationHorizontal.length-1; i > menuLevel-1; i--){_right += _menu.levelWidthsOrientationHorizontal[i];}}else{_left = _menu._left;for (var i=0; i < (menuLevel-1); i++){_left += _menu.levelWidthsOrientationHorizontal[i];}}}else if(_menu.orientation == J_ORIENTATION_VERTICAL){_top = _menu._top +(menuLevel - 1) * _menu.mainTdHeightOrientationVertical +(menuLevel > 1 ? (menuLevel - 1  - 1) * topGap : 0);if(isRightAligned){_right = _menu._right;}else{_left = _menu._left;}}var a75 = new a49(_left,_top,_width,null,_right,_menu.parentForMenuElements);a75.a51(999);a75._div.appendChild(table);for (var i=0; i < jmi.a76.length; i++){if(jmi.a76[i] != null){jmi.a76[i].a75 = a75;a73.prepare( jmi.a76[i], _menu);}}}}};a73.createMenuTableOrientationVertical = function(menuItems,mainTdWidth,mainTdHeight,topGap,leftGap,rightGap,inbetweenGap){if(menuItems == null || menuItems.length < 1){return null;}var table = a35();var tBody = document.createElement("TBODY");table.appendChild(tBody);var hasLeftGap = leftGap != null && leftGap > 0;var hasRightGap = rightGap != null && rightGap > 0;var hasTopGap = topGap != null && topGap > 0;var hasInbetweenGap = inbetweenGap != null && inbetweenGap > 0;var tr = null;var td = null;var a79 = null;if(hasTopGap){tr = document.createElement("TR");tBody.appendChild(tr);if(hasLeftGap){tr.appendChild(document.createElement("TD"));}for (var i=0; i < menuItems.length; i++){td = document.createElement("TD");if(i == 0){td.style.height = topGap + "px";}tr.appendChild(td);if(hasInbetweenGap && (i < menuItems.length-1) ){tr.appendChild(document.createElement("TD"));}}if(hasRightGap){tr.appendChild(document.createElement("TD"));}}tr = document.createElement("TR");tBody.appendChild(tr);if(hasLeftGap){td = document.createElement("TD");td.style.width = leftGap + "px";tr.appendChild(td);}for (var i=0; i < menuItems.length; i++){if(i == 0){if(mainTdHeight != null && mainTdHeight > 0){td.style.height = mainTdHeight + "px";}}var jmi = menuItems[i];td = document.createElement("TD");if(mainTdWidth != null && mainTdWidth > 0){td.style.width = mainTdWidth + "px";}a79 = jmi.prepareTextAnchor();td.appendChild(a79._span);tr.appendChild(td);if(hasInbetweenGap && (i < menuItems.length-1) ){td = document.createElement("TD");td.style.width = inbetweenGap + "px";tr.appendChild(td);}}if(hasRightGap){td = document.createElement("TD");td.style.width = rightGap + "px";tr.appendChild(td);}return table;};a73.createMenuTableOrientationHorizontal = function(menuItems,mainTdWidth,topGap,leftGap,rightGap,inbetweenGap){if(menuItems == null || menuItems.length < 1){return null;}var table = a35();var tBody = document.createElement("TBODY");table.appendChild(tBody);var isFirstRow = true;var hasLeftGap = leftGap != null && leftGap > 0;var hasRightGap = rightGap != null && rightGap > 0;var hasTopGap = topGap != null && topGap > 0;var hasInbetweenGap = inbetweenGap != null && inbetweenGap > 0;var tr = null;var td = null;var a79 = null;if(hasTopGap){tr = document.createElement("TR");tBody.appendChild(tr);if(hasLeftGap){td = tr.appendChild(document.createElement("TD"));}td = document.createElement("TD");td.style.height = topGap + "px";tr.appendChild(td);if(hasRightGap){tr.appendChild(document.createElement("TD"));}}for (var i=0; i < menuItems.length; i++){var jmi = menuItems[i];if(jmi == null){continue;}if(hasInbetweenGap && !isFirstRow){tr = document.createElement("TR");tBody.appendChild(tr);if(hasLeftGap){td = tr.appendChild(document.createElement("TD"));}td = document.createElement("TD");td.style.height = inbetweenGap + "px";tr.appendChild(td);if(hasRightGap){tr.appendChild(document.createElement("TD"));}}tr = document.createElement("TR");tBody.appendChild(tr);if(hasLeftGap){td = document.createElement("TD");if(isFirstRow){td.style.width = leftGap + "px";}tr.appendChild(td);}td = document.createElement("TD");if(isFirstRow){td.style.width = mainTdWidth + "px";}tr.appendChild(td);a79 = jmi.prepareTextAnchor();td.appendChild(a79._span);if(hasRightGap){td = document.createElement("TD");if(isFirstRow){td.style.width = rightGap + "px";}tr.appendChild(td);}if(isFirstRow){isFirstRow = false;}}return table;};a73.prototype.prepareTextAnchor = function(){var level = this.a85(0);var a79 = new a64(this.a77, null);if(this.a80){if(this.menu != null && this.menu.styleSelected != null){a79.setAnchorStyle(this.menu.styleSelected);a79.setStyleOnMouseOut(this.menu.styleSelected);}}else{if(this.menu != null && this.menu.styleBasic != null){a79.setAnchorStyle(this.menu.styleBasic);a79.setStyleOnMouseOut(this.menu.styleBasic);}}if(this.menu != null && this.menu.styleOnMouseOver != null){a79.setStyleOnMouseOver(this.menu.styleOnMouseOver);}a79.b12(this.a78);a79.setTarget("_self");a79.actionObject = this;a79.actionMethod = "a99";a79.actionParam = this.menu.methodsOnActions;this.a79 = a79;if(this.menu != null && this.menu.methodPrepareTextAnchor != null){this.menu.methodPrepareTextAnchor(this);}return a79;};var dummy_jfder = null;function a113(){this.a81 = new J_Timer(this);}a113.prototype.a81 = null;a113.prototype.a81Interval = null;a113.prototype.repetitionCount = null;a113.prototype.opacityInit = null;a113.prototype.opacityTarget = null;a113.prototype.opacityCurrent = null;a113.prototype.opacityIncreaseRate = null;a113.prototype.milliseconds = 500;a113.prototype.object = null;a113.prototype.OPACITY_MAX = 1.0;a113.prototype.OPACITY_MIN = 0.0;a113.prototype.a69 = function(_milliseconds){if(_milliseconds != null && _milliseconds > 0){this.milliseconds = _milliseconds;}};a113.prototype.a70 = function(fnct){if(this.a81Interval == null){this.a81Interval = this.a81.a22(fnct, this.milliseconds);}};a113.prototype.a71 = function(){if(this.a81Interval != null){this.a81.a24(this.a81Interval);this.a81Interval = null;this.repetitionCount = null;}this.opacityCurrent = null;};a113.prototype.a72 = function(){if(this.object == null || this.opacityIncreaseRate == 0){this.a71();return;}var isIncrease = this.opacityIncreaseRate > 0;var newOpacity = null;if(this.opacityCurrent == null){this.opacityCurrent = this.opacityInit;newOpacity = this.opacityCurrent;}else{newOpacity = this.opacityCurrent + this.opacityIncreaseRate;if(isIncrease){if(newOpacity > this.opacityTarget){newOpacity = this.opacityCurrent + 0.1;}if(newOpacity > this.OPACITY_MAX){newOpacity = this.OPACITY_MAX;}}else{if(newOpacity < this.opacityTarget){newOpacity = this.opacityCurrent - 0.1;}if(newOpacity < this.OPACITY_MIN){newOpacity = this.OPACITY_MIN;}}}if(document.all){if(this.object.filters){this.object.style.filter = "alpha(opacity=" + newOpacity*100 + ")";}}else{this.object.style.opacity = newOpacity;}if(newOpacity == this.opacityTarget ||(isIncrease && newOpacity > this.opacityTarget) ||(!isIncrease && newOpacity < this.opacityTarget)){this.a71();return;}this.opacityCurrent = newOpacity;this.a70("a72");};var dummy_obh = null;J_OH_getAStyle = function(_styleString){return new a20(_styleString);};J_OH_getAHoverMenu = function(){return new a66();};J_OH_randomSimple = function(_value){return J_randomSimple(_value);};J_OH_assignAStyle = function(source, dest){a15(source, dest);};J_OH_getAnImageSupersize = function(left, top, width, height, right, parentNode, src){return new a61Supersize(left, top, width, height, right, parentNode, src);};J_OH_getAMoveablePanel = function(left, top, width, height, right, parentNode){return new a68(left, top, width, height, right, parentNode);};J_OH_getAnImage = function(left, top, width, height, right, parentNode, src){return new a61(left, top, width, height, right, parentNode, src);};J_OH_getALinkedImage = function(left, top, width, height, right, parentNode, src){return new a62(left, top, width, height, right, parentNode, src);};J_OH_setAZIndex = function(_obj, _zIndex){if(_obj == null){return;}_obj.a51(_zIndex);};var dummy_mihelper = null;J_FrBauerOnTimeOut = function(menuItem, actionType, sender, _arguments){if(actionType == a4){var dummyTopMenuItem = menuItem.a90();a73.setInitialState(dummyTopMenuItem, null, null, true, true, J_FrBauerMenuOnInit);J_FrBauerSetMenuStylesOnMouseOut(dummyTopMenuItem, menuItem, actionType);IMG_GESAMT.hide();}};J_FrBauerMenuOnInit = function(menuItem,anchorStyle,anchorStyleOnMouseOut,displayFirstLevel,displaySubMenuOfSelectedItem){if(menuItem == null){return;}var dummyTopMenuItem = menuItem.a90();var selMenuItem = a73.a91(dummyTopMenuItem);var level = -1;if(selMenuItem != null){if(displaySubMenuOfSelectedItem){var firstChild = selMenuItem.getFirstChild();if(firstChild != null){level = firstChild.a85(0);}else{level = selMenuItem.a85(0);}}else{level = selMenuItem.a85(0);}}if(level > 1){IMG_HALB.show();}};J_FrBauerOnDirectAction = function(menuItem, actionType, sender, _arguments){if(actionType == a2){}if(actionType == a3){if(IMG_GESAMT.hidden){IMG_GESAMT.show();}J_FrBauerSetMenuStylesOnMouseOver(menuItem.a90(), menuItem, actionType);}else if(actionType == a4){}};J_FrBauerSetMenuStylesOnMouseOut = function(menuItem, menuItemWithEvent, actionType){if(menuItem == null){return;}if (menuItem.a76 != null){for (var i=0; i < menuItem.a76.length; i++){if(menuItem.a76[i] == null){continue;}var level = menuItem.a76[i].a85(0);if(menuItem.a76[i].isInHierarchy(menuItem.a76[i].getSelectedMenuItem())){menuItem.a76[i].a79.setAnchorStyle(menuItem.a76[i].menu.styleSelected);}else{if(level == 1){menuItem.a76[i].a79.setAnchorStyle(styleMenu2);}else{menuItem.a76[i].a79.setAnchorStyle(styleMenu3);}}J_FrBauerSetMenuStylesOnMouseOut(menuItem.a76[i], menuItemWithEvent, actionType);}}};J_FrBauerSetMenuStylesOnMouseOver = function(menuItem, menuItemWithEvent, actionType){if(menuItem == null){return;}IMG_HALB.hide();if (menuItem.a76 != null){for (var i=0; i < menuItem.a76.length; i++){if(menuItem.a76[i] == null){continue;}var level = menuItem.a76[i].a85(0);if(menuItem.a76[i].isInHierarchy(menuItemWithEvent)){menuItem.a76[i].a79.setAnchorStyle(menuItem.a76[i].menu.styleOnMouseOver);}else if(menuItem.a76[i].isInHierarchy(menuItem.a76[i].getSelectedMenuItem())){menuItem.a76[i].a79.setAnchorStyle(menuItem.menu.styleSelected);}else{menuItem.a76[i].a79.setAnchorStyle(styleMenu3);}menuItem.a76[i].a79.setStyleOnMouseOut(styleMenu3);J_FrBauerSetMenuStylesOnMouseOver(menuItem.a76[i], menuItemWithEvent, actionType);}}};J_FritzBauerMenuDoNothing = function(){};J_FritzBauerMenuInit = function(){var nDiv = document.getElementById(NAVI_DIV_ID);if(nDiv == null){return;}_body = document.getElementsByTagName("body")[0];frBaMenu.parentForMenuElements = _body;IMG_GESAMT = new a61(IMG_GESAMT_LEFT, IMG_GESAMT_TOP, IMG_GESAMT_WIDTH, IMG_GESAMT_HEIGHT, IMG_GESAMT_RIGHT, _body, IMG_GESAMT_PATH);IMG_GESAMT.a51(IMG_GESAMT_Z_INDEX);IMG_HALB = new a61(IMG_HALB_LEFT, IMG_HALB_TOP, IMG_HALB_WIDTH, IMG_HALB_HEIGHT, IMG_HALB_RIGHT, _body, IMG_HALB_PATH);IMG_HALB.a51(IMG_HALB_Z_INDEX);var topInvisibleItem = new a73(null);a107(nDiv, topInvisibleItem);a73.prepare( topInvisibleItem, frBaMenu);a73.setInitialState(topInvisibleItem, frBaMenu.styleSelected, frBaMenu.styleSelected, true, true, J_FrBauerMenuOnInit);};J_FritzBauerMenuPrepareTextAnchor = function( jmi){var level = jmi.a85(0);if(!jmi.a80){if(level == 1){jmi.a79.setAnchorStyle(styleMenu2);jmi.a79.setStyleOnMouseOut(styleMenu2);}else{jmi.a79.setAnchorStyle(styleMenu3);jmi.a79.setStyleOnMouseOut(styleMenu3);}}};var dummy_pt3o = null;a107 = function(parentNode, parentMenuItem){var subMenuNodes = a12(parentNode, "UL");if(subMenuNodes == null){return;}for (var i=0; i < subMenuNodes.length; i++){if(subMenuNodes[i] != null){var res = a108(subMenuNodes[i], parentMenuItem);if(res == null){continue;}var listItems = res[0];var menuItems = res[1];if(menuItems != null){for (var j=0; j < menuItems.length; j++){if(menuItems != null){a107(listItems[j], menuItems[j]);}}}}}};a108 = function(menuLevel, parentMenuItem){if(menuLevel == null){return null;}var listItems = a12(menuLevel, "LI");if(listItems == null){return null;}var menuItems = null;var resListItems = null;var res = null;for (var i=0; i < listItems.length; i++){if(listItems[i] != null){var _anchors = a12(listItems[i], "A");if(_anchors == null || _anchors.length < 1 || _anchors[0] == null){continue;}if(_anchors.length > 1){throw("Only one anchor allowed.");}var item = new a73(parentMenuItem);if(parentMenuItem != null){parentMenuItem.a84(item);}item.a77 = _anchors[0].childNodes[0].nodeValue;item.a78 = _anchors[0].href;if(_anchors[0].className != null && _anchors[0].className == ALIBI_CLASS_FOR_SELECTED){item.a80 = true;}if(menuItems == null){menuItems = new Array();resListItems = new Array();}menuItems.push(item);resListItems.push(listItems[i]);}}if(resListItems == null && menuItems == null){return null;}if(resListItems.length != menuItems.length){throw("resListItems & menuItems must have same length");}return new Array(resListItems,  menuItems);};