function TMDomInit(){var b=navigator.userAgent.toLowerCase();var c=navigator.platform.toLowerCase();var d=(c.indexOf("mac")!=-1)?true:false;var a=(document.getElementById)?true:false;if(window.opera&&a){isOPERA=true;isOPERA6=(document.createElement&&!document.addEventListener)?true:false;isOPERA7=(document.createElement&&document.addEventListener)?true:false;}else{isOPERA=false;isOPERA6=false;isOPERA7=false;}if(document.all&&a&&!isOPERA){isIE=true;isIE5=(!document.createEventObject&&!d)?true:false;isIE55=(document.createEventObject&&!document.compatMode&&!d)?true:false;isIE6=(document.compatMode&&!d)?true:false;isIE5MAC=(d)?true:false;}else{isIE=false;isIE5=false;isIE55=false;isIE6=false;isIE5MAC=false;}isKHTML=(a&&document.clientWidth)?true:false;isGECKO=(a&&!isKHTML&&!isIE&&!isOPERA)?true:false;isGECKOPR=(isGECKO&&(b.indexOf("rv")==-1)&&!document.compatMode)?true:false;isDOM=(isGECKO||isKHTML||isIE||isOPERA6||isOPERA7)?true:false;}TMDomInit();function TMSucheElem(c){if(isDOM){var b=arguments;if(typeof c=="string"){if(b.length==1){return document.getElementById(c);}else{if(b.length==3&&typeof b[1]=="string"&&typeof b[2]=="number"){if(b[1].toLowerCase()=="name"){return document.getElementsByName(c)[b[2]];}else{if(b[1].toLowerCase()=="tagname"){return document.getElementsByTagName(c)[b[2]];}}}}}else{if(typeof c=="object"){return c;}}}}function TMCSS(c){if(isDOM){var b=arguments;if(typeof c=="string"){if(b.length==1){return TMSucheElem(c).style;}else{if(b.length==3&&typeof b[1]=="string"&&typeof b[2]=="number"){return TMSucheElem(c,b[1],b[2]).style;}}}else{if(typeof c=="object"){return c.style;}}}}function TMCSSVisibility(){if(isDOM){var b=arguments;for(var c=0;c<b.length-1;c+=2){if(typeof b[c]=="string"||typeof b[c]=="object"){var d=TMSucheElem(b[c]).style;if(b[c+1].toLowerCase()=="ein"){d.visibility="visible";}else{d.visibility="hidden";}}}}}function TMCSSDisplay(){if(isDOM){var b=arguments;for(var c=0;c<b.length-1;c+=2){if(typeof b[c]=="string"||typeof b[c]=="object"){TMSucheElem(b[c]).style.display=b[c+1];}}}}function TMCSSPosition(){if(isDOM){var b=arguments;for(var c=0;c<b.length-2;c+=3){if(typeof b[c]=="string"||typeof b[c]=="object"){var d=TMSucheElem(b[c]).style;d.left=b[c+1]+"px";d.top=b[c+2]+"px";}}}}function TMCSSClip(){if(isDOM){var b=arguments;for(var c=0;c<b.length-4;c+=5){if(typeof b[c]=="string"||typeof b[c]=="object"){TMSucheElem(b[c]).style.clip="rect("+b[c+1]+"px, "+b[c+2]+"px, "+b[c+3]+"px, "+b[c+4]+"px)";}}}}function TMCSSZindex(){if(isDOM){var b=arguments;for(var c=0;c<b.length-1;c+=2){if(typeof b[c]=="string"||typeof b[c]=="object"){TMSucheElem(b[c]).style.zIndex=b[c+1];}}}}function TMGetElemPosY(c){var b=0,a=c;while(typeof a=="object"){b+=a.offsetTop;if(a.tagName.toLowerCase()=="body"||((isIE6&&document.documentElement)&&a.tagName.toLowerCase()=="html")){a=0;}if(typeof(c.offsetParent)=="object"){a=a.offsetParent;}}return b;}function TMGetElemPosX(c){var b=0,a=c;while(typeof a=="object"){b+=a.offsetLeft;if(a.tagName.toLowerCase()=="body"||((isIE6&&document.documentElement)&&a.tagName.toLowerCase()=="html")){a=0;}if(typeof(c.offsetParent)=="object"){a=a.offsetParent;}}return b;}function TMErmittleMasse(a){if(isDOM){var a=TMSucheElem(a);var b=new Object();b.b=a.offsetWidth;b.h=a.offsetHeight;return b;}}function TMErstelleEvent(e,d,c){if(isDOM){var b=arguments;var e=TMSucheElem(e);if(b.length==4){if(e.addEventListener){return e.addEventListener(d,c,b[3]);}else{if(e.attachEvent){return e.attachEvent("on"+d,c);}}}else{return e["on"+d]=c;}}}function TMEntferneEvent(d,c){if(isDOM){var b=arguments;var d=TMSucheElem(d);if(b.length==4){if(d.removeEventListener){return d.removeEventListener(c,b[2],b[3]);}else{if(d.detachEvent){return d.detachEvent("on"+c,b[2]);}}}else{return d["on"+c]=null;}}}function TMUnterbindeStandard(a){var a=a?a:event;if(a.preventDefault){a.preventDefault();}else{if(isIE){a.returnValue=false;}else{return false;}}}function TMUnterbindeAusbreitung(a){var a=a?a:event;if(a.stopPropagation){a.stopPropagation();}else{if(isIE){a.cancelBubble=true;}}}function TMSucheMaus(c){if(isDOM){var b,d;var c=c?c:window.event;if(isIE){if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){b=document.documentElement.scrollLeft;d=document.documentElement.scrollTop;}else{if(document.body){b=document.body.scrollLeft;d=document.body.scrollTop;}}}else{b=window.pageXOffset;d=window.pageYOffset;}var a=new Object();a.x=c.clientX;a.y=c.clientY;a.xo=a.x+b;a.yo=a.y+d;return a;}}function TMSchreibeZeile(a){if(isDOM){document.writeln(a);}}TMScrollLeiste=function(){if(isDOM){var a=arguments;this.objekt=a[0]+"objekt";eval(this.objekt+"= this");this.gesamtBox=$(a[0]);this.inhalt=$(a[1]);this.leistenBox=$(a[2]);this.leiste=$(a[3]);this.greifer=$(a[4]);this.scrollVertikal=(a[8]=="vertikal")?true:false;this.scrollTimeout=a[9];this.scrollSpeed=a[10];this.mausradSpeed=a[11];if(a.length==20){this.bildwechsel=true;this.greiferBild_n=a[12];this.greiferBild_o=a[13];}else{this.bildwechsel=false;}this.scrollSchleife=null;this.inhaltMaxPos=0;this.greiferMinPos=0;if(this.scrollVertikal){this.inhaltPos=parseInt(this.inhalt.style.top)?parseInt(this.inhalt.style.top):0;this.greiferPos=parseInt(this.greifer.style.top)?parseInt(this.greifer.style.top):0;this.inhaltHoehe=this.inhalt.offsetHeight;this.gesamtBoxHoehe=this.gesamtBox.offsetHeight;this.inhaltMinPos=-this.inhaltHoehe+this.gesamtBoxHoehe;this.leistenHoehe=this.leiste.offsetHeight;this.greiferHoehe=this.greifer.offsetHeight;this.greiferMaxPos=this.leistenHoehe-this.greiferHoehe;this.scrollBereich=this.greiferMaxPos/(this.inhaltHoehe-this.gesamtBoxHoehe);if(this.inhaltHoehe>this.gesamtBoxHoehe){this.leistenBox.style.visibility="visible";}}else{this.inhaltPos=parseInt(this.inhalt.style.left)?parseInt(this.inhalt.style.left):0;this.greiferPos=parseInt(this.greifer.style.left)?parseInt(this.greifer.style.left):0;this.inhaltBreite=this.inhalt.offsetWidth;this.gesamtBoxBreite=this.gesamtBox.offsetWidth;this.inhaltMinPos=-this.inhaltBreite+this.gesamtBoxBreite;this.leistenBreite=this.leiste.offsetWidth;this.greiferBreite=this.greifer.offsetWidth;this.greiferMaxPos=this.leistenBreite-this.greiferBreite;this.scrollBereich=this.greiferMaxPos/(this.inhaltBreite-this.gesamtBoxBreite);if(this.inhaltBreite>this.gesamtBoxBreite){this.leistenBox.style.visibility="visible";}}var obj=this;TMErstelleEvent(this.greifer,"mousedown",function(e){obj.ziehenbeginnen(e);});this.mausradPos=this.inhaltPos/this.mausradSpeed;TMErstelleEvent(this.gesamtBox,"mousewheel",function(e){obj.mausradscrollen(e);});if(isGECKO){TMErstelleEvent(this.gesamtBox,"DOMMouseScroll",function(e){obj.mausradscrollen(e);},false);}else{TMErstelleEvent(this.gesamtBox,"mousewheel",function(e){obj.mausradscrollen(e);});}if(this.bildwechsel){this.bilderladen();}}};TMScrollLeiste.prototype={positionieren:function(){if(this.scrollVertikal){this.inhaltPosX=0;this.inhaltPosY=this.inhaltPos;this.greiferPosX=0;this.greiferPosY=this.greiferPos;}else{this.inhaltPosX=this.inhaltPos;this.inhaltPosY=0;this.greiferPosX=this.greiferPos;this.greiferPosY=0;}TMCSSPosition(this.inhalt,this.inhaltPosX,this.inhaltPosY);TMCSSPosition(this.greifer,this.greiferPosX,this.greiferPosY);},scrollenbeginnen:function(a,b){if(this.bildwechsel){if(a>0){this.pfeil=this.pfeil01;this.pfeilBild=this.pfeil01Bild_o;}else{this.pfeil=this.pfeil02;this.pfeilBild=this.pfeil02Bild_o;}this.bilderwechseln(this.pfeil,this.pfeilBild);}this.scrollSchleife=window.setInterval(this.objekt+".scrollen("+a+")",this.scrollTimeout);TMUnterbindeStandard(b);},scrollen:function(a){this.inhaltPos+=a;if(this.inhaltPos<this.inhaltMinPos){this.inhaltPos=this.inhaltMinPos;this.greiferPos=this.greiferMaxPos;window.clearInterval(this.scrollSchleife);this.scrollSchleife=null;}else{if(this.inhaltPos>this.inhaltMaxPos){this.inhaltPos=this.inhaltMaxPos;this.greiferPos=this.greiferMinPos;window.clearInterval(this.scrollSchleife);this.scrollSchleife=null;}else{this.greiferPos=Math.round(-this.inhaltPos*this.scrollBereich);}}if(isIE6){this.mausradPos=this.inhaltPos/this.mausradSpeed;}this.positionieren();},scrollenbeenden:function(){if(this.bildwechsel){this.bilderwechseln(this.pfeil01,this.pfeil01Bild_n,this.pfeil02,this.pfeil02Bild_n);}if(this.scrollSchleife){window.clearInterval(this.scrollSchleife);this.scrollSchleife=null;}},ziehenbeginnen:function(b){if(this.bildwechsel){this.bilderwechseln(this.greifer,this.greiferBild_o);}this.mausPos=this.scrollVertikal?TMSucheMaus(b).yo:TMSucheMaus(b).xo;this.ziehenPos=this.mausPos-this.greiferPos;var a=this;TMErstelleEvent(document,"mousemove",function(c){a.ziehen(c);});TMErstelleEvent(document,"mouseup",function(){a.ziehenbeenden();});TMUnterbindeStandard(b);},ziehen:function(a){this.mausPos=this.scrollVertikal?TMSucheMaus(a).yo:TMSucheMaus(a).xo;this.greiferPos=this.mausPos-this.ziehenPos;if(this.greiferPos>this.greiferMaxPos){this.greiferPos=this.greiferMaxPos;this.inhaltPos=this.inhaltMinPos;}else{if(this.greiferPos<this.greiferMinPos){this.greiferPos=this.greiferMinPos;this.inhaltPos=this.inhaltMaxPos;}else{this.inhaltPos=Math.round(-this.greiferPos*(1/this.scrollBereich));}}if(isIE6){this.mausradPos=this.inhaltPos/this.mausradSpeed;}this.positionieren();TMUnterbindeStandard(a);},ziehenbeenden:function(){if(this.bildwechsel){this.bilderwechseln(this.greifer,this.greiferBild_n);}TMEntferneEvent(document,"mousemove");TMEntferneEvent(document,"mouseup");},hochspringen:function(b){if(this.bildwechsel){this.bilderwechseln(this.springPfeil,this.springPfeilBild_o);var a=this;TMErstelleEvent(this.springPfeil,"mouseup",function(){a.bilderwechseln(a.springPfeil,a.springPfeilBild_n);});TMErstelleEvent(this.springPfeil,"mouseout",function(){a.bilderwechseln(a.springPfeil,a.springPfeilBild_n);});}this.greiferPos=this.greiferMinPos;this.inhaltPos=this.inhaltMaxPos;if(isIE6){this.mausradPos=this.inhaltPos/this.mausradSpeed;}this.positionieren();TMUnterbindeStandard(b);},mausradscrollen:function(a){a=a?a:window.event;var b=0;if(a.wheelDelta){b=a.wheelDelta/120;if(window.opera){b=-b;}}else{if(a.detail){b=-a.detail/3;}}if(b){this.mausradPos+=b;this.inhaltPos=Math.round(this.mausradPos*this.mausradSpeed);if(this.inhaltPos<this.inhaltMinPos){this.inhaltPos=this.inhaltMinPos;this.greiferPos=this.greiferMaxPos;this.mausradPos=this.inhaltPos/this.mausradSpeed;}else{if(this.inhaltPos>this.inhaltMaxPos){this.inhaltPos=this.inhaltMaxPos;this.greiferPos=this.greiferMinPos;this.mausradPos=this.inhaltPos/this.mausradSpeed;}else{this.greiferPos=Math.round(-this.inhaltPos*this.scrollBereich);}}this.positionieren();a.returnValue=false;}},bilderladen:function(){this.bilder=new Array(this.greiferBild_o,this.pfeil01Bild_o,this.pfeil02Bild_o,this.springPfeilBild_o);this.bild=new Array();for(var a=0;a<this.bilder.length;a++){this.bild[a]=new Image();this.bild[a].src=this.bilder[a];}},bilderwechseln:function(){var b=arguments;for(var c=0;c<b.length-1;c+=2){b[c].setAttribute("src",b[c+1]);}}};window.addEvent("domready",function(){if($("scroll_container")&&($("scroll_text").offsetHeight>$("scroll_container").offsetHeight)){var c=new TMScrollLeiste("scroll_container","scroll_text","scrollbarbox","scrolltrack","scrollgreifer","scrollpfeiloben","scrollpfeilunten","springpfeil","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_box")&&($("scroll_text_box").offsetHeight>$("scroll_container_box").offsetHeight)){var d=new TMScrollLeiste("scroll_container_box","scroll_text_box","scrollbarbox_box","scrolltrack_box","scrollgreifer_box","scrollpfeiloben_box","scrollpfeilunten_box","springpfeil_box","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_box_small")&&($("scroll_text_box_small").offsetHeight>$("scroll_container_box_small").offsetHeight)){var d=new TMScrollLeiste("scroll_container_box_small","scroll_text_box_small","scrollbarbox_box_small","scrolltrack_box_small","scrollgreifer_box_small","scrollpfeiloben_box_small","scrollpfeilunten_box_small","springpfeil_box_small","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_box_home")&&($("scroll_text_box_home").offsetHeight>$("scroll_container_box_home").offsetHeight)){var b=new TMScrollLeiste("scroll_container_box_home","scroll_text_box_home","scrollbarbox_box_home","scrolltrack_box_home","scrollgreifer_box_home","scrollpfeiloben_box_home","scrollpfeilunten_box_home","springpfeil_box_home","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_box_home_small")&&($("scroll_text_box_home_small").offsetHeight>$("scroll_container_box_home_small").offsetHeight)){var b=new TMScrollLeiste("scroll_container_box_home_small","scroll_text_box_home_small","scrollbarbox_box_home_small","scrolltrack_box_home_small","scrollgreifer_box_home_small","scrollpfeiloben_box_home_small","scrollpfeilunten_box_home_small","springpfeil_box_home_small","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_locator")&&($("scroll_text_locator").offsetHeight>$("scroll_container_locator").offsetHeight)){var b=new TMScrollLeiste("scroll_container_locator","scroll_text_locator","scrollbarbox_locator","scrolltrack_locator","scrollgreifer_locator","scrollpfeiloben_locator","scrollpfeilunten_locator","springpfeil_locator","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}if($("scroll_container_products_big")){var e=$$("#scroll_text_products_big .magprod_list_product_big_item");e.each(function(g,f){f++;el_pics=f;});var a=$$("#scroll_text_products_big .magprod_list_product_big_item").getStyle("width");$$("#scroll_text_products_big").setStyles({width:parseInt(a)*el_pics});if(($("scroll_text_products_big").offsetWidth>$("scroll_container_products_big").offsetWidth)){var b=new TMScrollLeiste("scroll_container_products_big","scroll_text_products_big","scrollbarbox_products_big","scrolltrack_products_big","scrollgreifer_products_big","scrollpfeiloben_products_big","scrollpfeilunten_products_big","springpfeil_products_big","",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}}});window.addEvent("load",function(){if($("scroll_container_locator_route")&&($("scroll_text_locator_route").offsetHeight>$("scroll_container_locator_route").offsetHeight)){var a=new TMScrollLeiste("scroll_container_locator_route","scroll_text_locator_route","scrollbarbox_locator_route","scrolltrack_locator_route","scrollgreifer_locator_route","scrollpfeiloben_locator_route","scrollpfeilunten_locator_route","springpfeil_locator_route","vertikal",15,5,10,"/fileadmin/magura/img/grafiken/v_greifer.png","/fileadmin/magura/img/grafiken/v_greifer_o.png","/fileadmin/magura/img/grafiken/v_pfeil_a.png","/fileadmin/magura/img/grafiken/v_pfeil_a_o.png","/fileadmin/magura/img/grafiken/v_pfeil_b.png","/fileadmin/magura/img/grafiken/v_pfeil_b_o.png","/fileadmin/magura/img/grafiken/v_top_jump.png","/fileadmin/magura/img/grafiken/v_top_jump_o.png");}});

