/* Advanced DMXzone Tooltips

    Version: 1.06
    
    Copyright (c) 2007-2011 DMXzone.com
*/
(function(e){var k={dataProvider:"Empty tooltip",contentType:null,showEffect:"normal",showDuration:400,showDelay:600,moveWithCursor:false,mouseOffsetX:10,mouseOffsetY:20,onshow:null,onhide:null,showDirection:"out",styleTheme:"white",easing:"easeOutQuad",showCloseBtn:false,closeEvent:"mouseout",showAt:"bottomleft",x:0,y:0,w:0,h:0};var u=(window.XMLHttpRequest===undefined&&ActiveXObject!==undefined);var l=function(C){var B=C;if(e.browser.msie){switch(C.toString()){case"easeInBack":case"easeInOutBack":B="easeOutBack";break;case"easeInElastic":case"easeInOutElastic":B="easeOutElastic";break}}return B};var c={normal:function(C,B,E,D){if(t(z.dataProvider)&&n[z.dataProvider].complete){n[z.dataProvider].onload()}m(C);e(this).css({opacity:1});if(typeof D=="function"){window.setTimeout(function(){D.call(C)},2)}},fade:function(C,B,E,D){if(t(z.dataProvider)&&n[z.dataProvider].complete){n[z.dataProvider].onload()}m(C);e(this).animate({opacity:1},B,E,D)},slide:function(F,C,G,J){m(F);var D={opacity:1,width:0,height:0};var I,E;if(t(z.dataProvider)&&n[z.dataProvider]){I=z.w=="auto"?n[z.dataProvider].width+46:e(this).outerWidth();E=z.h=="auto"?n[z.dataProvider].height+58:e(this).outerHeight()}else{I=e(this).outerWidth();E=e(this).outerHeight()}var H={opacity:1,width:I+"px",height:E+"px"};if(t(z.dataProvider)){if(z.w=="auto"||z.h=="auto"){var B=40;I=0;E=0;e(this).css(H);m(F);if(!window.tooltipSlideHelper){window.tooltipSlideHelper=function(O,N){if(!O){O=0}if(!N){N=0}if(!n[z.dataProvider]){return}if(N>750){N=0;n[z.dataProvider].onerror();return}N++;O=Math.min(O+0.01,1);e(window.tooltip).css({width:++I,height:++E,opacity:O});if(!n[z.dataProvider].width||!n[z.dataProvider].height){window.setTimeout("window.tooltipSlideHelper("+O+", "+N+")",B);return}else{n[z.dataProvider].onload();var L=n[z.dataProvider].width+46;var M=n[z.dataProvider].height+58;var K={opacity:1,width:L,height:M};e(window.tooltip).animate(K,C,G,J)}}}window.tooltipSlideHelper(1);return}else{m(F);n[z.dataProvider].onload();e(this).css(D).animate(H,C,G,J)}}else{e(this).css(D).animate(H,C,G,J)}},slideandfade:function(F,C,G,J){m(F);var D={opacity:0,width:0,height:0};var I,E;if(t(z.dataProvider)&&n[z.dataProvider]){I=z.w=="auto"?n[z.dataProvider].width+46:e(this).outerWidth();E=z.h=="auto"?n[z.dataProvider].height+58:e(this).outerHeight()}else{I=e(this).outerWidth();E=e(this).outerHeight()}var H={opacity:1,width:I,height:E};if(t(z.dataProvider)){if(z.w=="auto"||z.h=="auto"){var B=40;I=0;E=0;e(this).css(H);if(!window.tooltipSlideHelper){window.tooltipSlideHelper=function(O,N){if(!O){O=0}if(!N){N=0}if(!n[z.dataProvider]){return}if(N>750){N=0;n[z.dataProvider].onerror();return}N++;O=Math.min(O+0.01,1);e(window.tooltip).css({width:++I,height:++E,opacity:O});if(!n[z.dataProvider].width||n[z.dataProvider].height){window.setTimeout("window.tooltipSlideHelper("+O+", "+N+")",B)}else{var L=n[z.dataProvider].width+46;var M=n[z.dataProvider].height+58;var K={opacity:1,width:L,height:M};n[z.dataProvider].onload();e(window.tooltip).animate(K,C,G,J)}}}window.tooltipSlideHelper();return}else{m(F);n[z.dataProvider].onload();e(this).css(D).animate(H,C,G,J)}}else{e(this).css(D).animate(H,C,G,J)}},fly:function(D,C,G,F){if(t(z.dataProvider)&&n[z.dataProvider].complete){n[z.dataProvider].onload()}var E={top:r.y,left:r.x};m(D);var B={top:r.y,left:r.x,opacity:1};e(this).css(E).animate(B,C,G,F)}};window.tooltip=null;var z={};var y={x:0,y:0};var r={x:0,y:0};var j="";var s={none:{haspointers:false},yellow:{haspointers:true},grey:{haspointers:true},white:{haspointers:true},blue:{haspointers:true},red:{haspointers:true},redbevel:{haspointers:true},bluebevel:{haspointers:true},greybevel:{haspointers:true},darkgreybevel:{haspointers:true},yellowbevel:{haspointers:true}};function g(B){if(window.console){window.console.log("[dmxTooltip] ",B)}}function q(B){B=B||{};z.dataProvider=B.dataProvider||k.dataProvider;z.contentType=B.contentType||k.contentType;z.showEffect=B.showEffect?typeof c[B.showEffect]=="function"?B.showEffect:k.showEffect:k.showEffect;z.showDuration=B.showDuration||B.showDuration===0?(/^slow|normal|fast$/).test(B.showDuration.toString())?B.showDuration.toString():isNaN(parseInt(B.showDuration,10))?k.showDuration:Math.max(parseInt(B.showDuration,10),1):k.showDuration;z.showDelay=B.showDelay?isNaN(parseInt(B.showDelay,10))?k.showDelay:Math.max(parseInt(B.showDelay,10),1):k.showDelay;z.moveWithCursor=typeof B.moveWithCursor!="undefined"?B.moveWithCursor===false?false:B.moveWithCursor===true?true:k.moveWithCursor:k.moveWithCursor;z.mouseOffsetX=B.mouseOffsetX?!isNaN(parseInt(B.mouseOffsetX,10))?Math.max(parseInt(B.mouseOffsetX,10),10):k.mouseOffsetX:k.mouseOffsetX;z.mouseOffsetY=B.mouseOffsetY?!isNaN(parseInt(B.mouseOffsetY,10))?Math.max(B.mouseOffsetY,20):k.mouseOffsetY:k.mouseOffsetY;z.onshow=typeof z.onshow=="function"?z.onshow:k.onshow;z.onhide=typeof z.onhide=="function"?z.onhide:k.onhide;z.showDirection=B.showDirection?(/^in|out$/).test(B.showDirection.toString())?B.showDirection.toString():k.showDirection:k.showDirection;z.styleTheme=B.styleTheme?s[B.styleTheme.toString()]?B.styleTheme.toString():k.styleTheme:k.styleTheme;z.easing=B.easing?jQuery.easing[B.easing.toString()]?B.easing.toString():k.easing:k.easing;z.showCloseBtn=typeof B.showCloseBtn!="undefined"?B.showCloseBtn===false?false:B.showCloseBtn===true?true:k.showCloseBtn:k.showCloseBtn;z.closeEvent=B.closeEvent?(/^mouseout|clickout|never$/).test(B.closeEvent.toString())?B.closeEvent.toString():k.closeEvent:k.closeEvent;z.showAt=B.showAt?(/^bottomleft|bottomright|bottom|topleft|topright|top|left|lefttop|leftbottom|right|righttop|rightbottom|center|mouse|xy$/).test(B.showAt.toString())?B.showAt.toString():k.showAt:k.showAt;z.x=B.x?isNaN(parseInt(B.x,10))?(/auto|cursor/i.test(B.x.toString()))?B.x:k.x:parseInt(B.x,10):k.x;z.y=B.y?isNaN(parseInt(B.y,10))?((/auto|cursor/i).test(B.y.toString()))?B.y:k.y:parseInt(B.y,10):k.y;z.w=B.w?isNaN(parseInt(B.w,10))?B.w=="auto"?B.w:k.w:parseInt(B.w,10):k.w;z.h=B.h?isNaN(parseInt(B.h,10))?B.h=="auto"?B.h:k.h:parseInt(B.h,10):k.h}function b(){i();x()}function i(){if(window.tooltip){if(window.tooltip.DMXTooltipHideTimeout){window.clearTimeout(window.tooltip.DMXTooltipHideTimeout);window.tooltip.DMXTooltipHideTimeout=null}}}function x(){if(window.tooltip){if(window.tooltip.DMXTooltipShowTimeout){window.clearTimeout(window.tooltip.DMXTooltipShowTimeout);window.tooltip.DMXTooltipShowTimeout=null}}}function w(){if(u){return'<iframe class="bgiframe" frameborder="0" tabindex="-1" src="javascript:false;" style="display:block;position:absolute;z-index:-1;top:expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||3)*-1)+\'px\');left:expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||1)*-1)+\'px\');width:expression(this.parentNode.offsetWidth+\'px\');height:expression(this.parentNode.offsetHeight+\'px\');"/>'}return""}function f(){var B='<div class="dmxtooltip">';B+=w();B+='<div class="dmxtooltipcontent">Empty tooltip</div>';B+="</div>";return B}function o(){var B="Styles";if(typeof window.stylesFolderName=="string"){B=window.stylesFolderName}var C=j.replace(/JS_Sources/,B);C=C.replace(/ScriptLibrary/,B+"/dmxTooltips");return C}function v(C){var B="";if(z.styleTheme!="none"){if(!e("link[href$=/"+z.styleTheme+".css]").length){e("head").append('<link rel="stylesheet" type="text/css" href="'+o()+z.styleTheme+"/"+z.styleTheme+'.css" />')}if(z.showCloseBtn&&u){B+='<a href="javascript:void(0);" onclick="hideDmxTooltip()" class="ieclosebtn"><img src="'+o()+'closebtn_faded.gif" border="0" onmouseover="this.src = \''+o()+"closebtn.gif';\"  onmouseout=\"this.src = '"+o()+'closebtn_faded.gif\';" title="Close" alt="Close" width="9" height="9" /></a>'}B+='<table cellspacing="0" cellpadding="0" border="0" class="'+z.styleTheme+' dmxtooltiptable">';if(e.browser.msie){B+='<tbody class="IE'+(u?" ie6":"")+'">'}else{B+="<tbody>"}B+=' <tr>  <td class="tl">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>  <td class="t">'+(z.showDirection=="out"?'<div class="'+z.showAt+'">&nbsp;</div>':"&nbsp;")+'</td>  <td class="tr" align="left" valign="bottom">';if(z.showCloseBtn&&!u){B+='<a href="javascript:void(0);" onclick="hideDmxTooltip()" style="line-height:11px;text-align:left;"><img src="'+o()+'closebtn_faded.png" border="0" onmouseover="this.src = \''+o()+"closebtn.png';\"  onmouseout=\"this.src = '"+o()+'closebtn_faded.png\';" title="Close" alt="" align="left" vspace="0" style="left:0px;width:9px;height:9px;line-height:9px;" /></a>'}B+='</td> </tr> <tr>  <td class="l"'+(z.showDirection=="out"?z.showAt.match(/top$/)?' valign="top"':z.showAt.match(/bottom$/)?' valign="bottom"':' valign="middle"':"")+">"+(z.showDirection=="out"?'<div class="'+z.showAt+'">&nbsp;</div>':"&nbsp;")+"</td>";B+='  <td class="c"';if(z.w&&z.w!="auto"){B+=' width="'+z.w+'"'}if(z.h&&z.h!="auto"){B+=' height="'+z.h+'"'}B+='>   <div class="dmxtooltipcontent" style="width:'+(z.w&&z.w!="auto"?z.w+"px":"auto")+";height:"+(z.h&&z.h!="auto"?z.h+"px":"100%")+';overflow:auto;"></div>  </td>  <td class="r"'+(z.showDirection=="out"?z.showAt.match(/top$/)?' valign="top"':z.showAt.match(/bottom$/)?' valign="bottom"':' valign="middle"':"")+">"+(z.showDirection=="out"?'<div class="'+z.showAt+'">&nbsp;</div>':"&nbsp;")+'</td> </tr> <tr>  <td class="bl">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>  <td class="b">'+(z.showDirection=="out"?'<div class="'+z.showAt+'">&nbsp;</div>':"&nbsp;")+'</td>  <td class="br">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td> </tr></tbody></table>';e(".dmxtooltip").html(w()+B).find(".dmxtooltipcontent").html(C||A())}else{e(".dmxtooltip").html(C||w()+'<div class="dmxtooltipcontent">'+A()+"</div>")}}function a(){var B=[{file:"jquery.easing.1.3.js",type:"js"},{file:"structure.css",type:"css"},{file:"pointers.css",type:"css"}];for(var D in B){if(B[D].type=="css"){if(!e("head link[href$='"+B[D].file+"']").length){e("head").append('<link rel="stylesheet" type="text/css" href="'+o()+B[D].file+'" />')}}else{if(B[D].type=="js"){if(!e("head script[src$='"+B[D].file+"']").length){e("head").append('<script type="text/javascript" language="javascript" src="'+j+B[D].file+'"><\/script>')}}}if(e.browser.msie){var C='<style type="text/css">.dmxtooltiptable .tl,     .dmxtooltiptable .t ,          .dmxtooltiptable .tr,.dmxtooltiptable .l ,     .dmxtooltiptable .r ,          .dmxtooltiptable .bl,.dmxtooltiptable .b ,     .dmxtooltiptable .br,          .dmxtooltiptable .tl,.dmxtooltiptable .left,   .dmxtooltiptable .leftbottom,  .dmxtooltiptable .lefttop,.dmxtooltiptable .top,    .dmxtooltiptable .topleft,     .dmxtooltiptable .topright, .dmxtooltiptable .bottom, .dmxtooltiptable .bottomleft,  .dmxtooltiptable .bottomright, .dmxtooltiptable .right,  .dmxtooltiptable .rightbottom, .dmxtooltiptable .righttop { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();';if(u){C+="behavior:url("+o()+"png.htc);"}C+="}<style>";e("head").append(C)}}}var p="[\\?&;=-\\|\\\\/_a-z0-9\\+%]*";function d(B){if(new RegExp("\\s","g").test(B)){return false}if(new RegExp("^(http:\\/\\/|\\.\\/|\\.\\.\\/|\\/)[^\\s]+","i").test(B)){return true}if(new RegExp("^([a-z_\\+%,\\-\\/0-9:]+\\.[a-z0-9]+"+p+")$","i").test(B)){return true}return false}function t(B){if(!z.contentType){return new RegExp("^[a-z_\\+%,\\s\\-\\/\\.0-9:]+\\.(jpg|jpeg|gif|png)"+p+"$","i").test(B)}else{return z.contentType=="image"}}var n={};function A(){function E(K){if(!n[K]){n[K]=new Image();n[K].onload=function(){if(z.h=="auto"){e(".dmxtooltip .dmxtooltipcontent").css({height:"auto"})}e(".dmxtooltip .dmxtooltipcontent").html('<img src="'+K+'" style="display:none"/>').find("> img").fadeIn("fast")};n[K].onerror=function(){if(e(".dmxtooltip .dmxtooltipcontent .tooltipImage").length>0){e(".dmxtooltip").css({width:"auto",height:"auto",opacity:1}).find(".dmxtooltipcontent").html('<span style="font-family:Arial, Verdana, sans-serif;font-size:12px;">The image "'+K+'" was not found!</span>')}try{delete n[K]}catch(L){n[K]=null}};n[K].src=K}else{if(z.h=="auto"){e(".dmxtooltip .dmxtooltipcontent").css({height:"auto"})}return'<img class="tooltipImage" src="'+K+'" />'}return'<div style="margin-top:'+(z.h&&z.h!="auto"?((z.h/2)-8)+"px":"auto")+';font-family:Arial, Verdana, sans-serif;font-size:12px;white-space:nowrap;overflow:hidden;"><img src="'+o()+'indicator_mozilla_blu.gif" align="absmiddle" class="tooltipImage" /> Loading image...</div>'}function H(L){var K='<iframe frameborder="0" tabindex="-1" src="'+L+'" title="'+L+'" allowtransparency="true"';if(z.w){K+=' width="'+z.w+'"'}if(z.h){K+=' height="'+z.h+'"'}K+=" />";return K}function J(K){var L=K.jquery?K:e(K);if(L.length===0){return String(K)}if(L[0].parentNode){L=L.clone()}return e("<span/>").append(L.css({visibility:"inherit"})).html()}function B(K){return e("<span/>").html(K).html()}function D(K){return e("<span/>").text(K).html()}function F(N){var K="";var M=null;if(typeof N=="function"){M=N}else{if(typeof N=="string"&&typeof window[N]=="function"){M=window[N]}}if(M){try{K=M()}catch(L){g(L)}}return B(K)}var C=z.dataProvider;var G=z.contentType||typeof C;var I="";switch(G.toLowerCase()){case"text":I=D(C);break;case"html":I=B(C);break;case"url":I=H(C);break;case"image":I=E(C);break;case"jquery":I=J(C);break;case"function":I=F(C);break;case"string":if(t(C)){I=E(C)}else{if(d(C)){I=H(C)}else{if((/[<>]/).test(C)){I=B(C)}}}I=D(C);break;case"object":if(C.constructor==Array){I=C.join("")}else{if(C.jquery){I=J(C)}}break;default:I=C.toString();break}return I}function m(I){if(!I||(!I.target&&!I.nodeName&&!I==window)){g("function setTooltipPosition called with invalid argument.");return}var O=e(window.tooltip);var F=I.target&&!I.nodeName?I.target:I;var B=e(F==window?"body":F);var P=e.browser.msie?11:8;var G=O.outerWidth();var N=O.outerHeight();var D=/left|mouse/i.test(z.showAt)?z.styleTheme=="none"?0:11:0;var K=/right|mouse/i.test(z.showAt)?z.styleTheme=="none"?0:11:0;var C=/bottom|mouse/i.test(z.showAt)?z.styleTheme=="none"?0:14:0;var L=/top|mouse/i.test(z.showAt)?z.styleTheme=="none"?0:11:0;var H=B.outerWidth();var M=B.outerHeight();var E=B.offset().left;var J=B.offset().top;switch(z.showAt){case"xy":r.y=z.y;r.x=z.x;break;case"topleft":r.y=J-N;r.x=E-D;break;case"topright":r.y=J-N;r.x=E+H+K-G;break;case"top":r.y=J-N;r.x=E+Math.round((H/2)-(G/2));break;case"bottomleft":r.y=J+M;r.x=E-D;break;case"bottomright":r.y=J+M;r.x=E+H+K-G;break;case"bottom":r.y=J+M;r.x=E+Math.round((H/2)-(G/2));break;case"left":r.y=J+Math.round(M/2)-Math.round(N/2);r.x=E-G;break;case"lefttop":r.y=J-L;r.x=E-G;break;case"leftbottom":r.y=(J+M+C)-N;r.x=E-G;break;case"right":r.y=J+Math.round(M/2)-Math.round(N/2);r.x=E+H;break;case"righttop":r.y=J-L;r.x=E+H;break;case"rightbottom":r.y=(J+M+C)-N;r.x=E+H;break;case"center":r.y=Math.round((J+(M/2))-(N/2));r.x=(E+Math.round(H/2))-Math.round(G/2);break;case"mouse":r.y=y.y+Math.max(z.mouseOffsetY,20)-L;r.x=y.x+Math.max(z.mouseOffsetX,10)-D;break}if(z.showDirection=="in"){switch(z.showAt){case"bottomleft":case"bottomright":case"bottom":r.y=r.y-N+C;break;case"topleft":case"topright":case"top":r.y+=N-L;break;case"left":case"lefttop":case"leftbottom":r.x=r.x+G-D;break;case"right":case"righttop":case"rightbottom":r.x=r.x-G+K+D;break}}O.css({top:(z.y=="cursor"?y.y+Math.max(z.mouseOffsetY,20)-L:isNaN(r.y)?z.y:r.y),left:(z.x=="cursor"?y.x+Math.max(z.mouseOffsetX,10)-D:isNaN(r.x)?z.x:r.x)})}e(function(){j=e("script[src$='dmxTooltips.js']").attr("src").replace(/dmxTooltips\.js$/,"");a();h();window.tooltip=e("body").prepend(f()).find(".dmxtooltip")[0];window.tooltip.target=null;e(e.browser.msie?document:window).bind("mousemove.tooltipNew",function(B){y.x=B.pageX;y.y=B.pageY});e(window.tooltip).bind("click.tooltip",function(B){B.stopPropagation()});window.setInterval(function(){if(!window.tooltip.target){e(window.tooltip).css({visibility:"hidden"})}},1000);e(window.tooltip).bind("mouseenter.tooltip",function(B){i()})});function h(){var G=["indicator_mozilla_blu.gif","closebtn_faded.png","closebtn.png"];var I=["closebtn_faded.gif","closebtn.gif"];var H=["tl.png","t.png","tr.png","l.png","r.png","bl.png","b.png","br.png"];var J=e("html").html();var C=[].concat(G);var E;if(u){C.concat(I)}for(var D in s){if(D=="none"){continue}if(new RegExp("applyDMXTooltip\\s*\\([^\\)]+'"+D+"'","g").exec(J)){for(E=0;E<H.length;E++){C.push(D+"/"+H[E])}}}var F=o();for(E=0;E<C.length;E++){var B=F+""+C[E];n[B]=new Image();n[B].src=B}}e(window).bind("unload",function(){try{delete n}catch(B){n=null}});window.hideDmxTooltip=function(){e(window.tooltip).css({visibility:"hidden"})[0].target=null;e(window.tooltip)[0].animated=false};window.showTooltip=function(C,B){i();if(window.tooltip){if(window.tooltip.target){if(window.tooltip.target==C){return false}}}e(C).unbind("mouseleave.tooltip");e(C).unbind("mousemove.tooltip");e(window.tooltip).unbind("mouseleave.tooltip");e("body").unbind("click.tooltip");e(window.tooltip).css({visibility:"hidden"});window.tooltip.target=C;x();e(window.tooltip).stop();e(window.tooltip)[0].animated=false;window.tooltip.DMXTooltipShowTimeout=window.setTimeout(function(){if(!C){C=e("body")[0]}if(C.jquery){if(C.selector){C=e(C.selector)}if(C.length===0){C=e("body")}C=C[0]}if(typeof C=="string"){C=e(C);if(C.length===0){C=e("body")}C=C[0]}if(!C){return false}q(B);v();switch(z.closeEvent){case"clickout":e("body").bind("click.tooltip",function(E){e(window.tooltip.target).unbind("mousemove.tooltip");e(window.tooltip).css({visibility:"hidden"})[0].target=null;e(window.tooltip)[0].animated=false});break;case"closebtn":break;case"never":break;default:e(window.tooltip).bind("mouseleave.tooltip",function(F){if(!window.tooltip.target){return true}var E=F.toElement||F.relatedTarget;if(E==this.target){return true}window.tooltip.DMXTooltipHideTimeout=window.setTimeout(function(){e(window.tooltip.target).unbind("mousemove.tooltip");window.tooltip.target=null},500)});e(C).bind("mouseleave.tooltip",function(F){var E=F.toElement||F.relatedTarget;if(jQuery.inArray(E,e(".dmxtooltip, .dmxtooltip *").add(e(this)))<0){x();window.tooltip.DMXTooltipHideTimeout=window.setTimeout(function(){e(window.tooltip.target).unbind("mousemove.tooltip");window.tooltip.target=null},500)}else{window.tooltip.target=C}});break}var D=typeof c[z.showEffect]=="function"?c[z.showEffect]:c.normal;if(z.showEffect!="fly"){if(z.y=="cursor"||z.x=="cursor"){e(C).bind("mousemove.tooltip",function(){m(C)})}}e(window.tooltip).css({visibility:"visible",opacity:0,width:"auto",height:"auto"})[0].animated=true;D.call(window.tooltip,C,new RegExp("^(normal|fast|slow)$","gi").test(z.showDuration.toString())?z.showDuration:parseInt(z.showDuration,10),l(z.easing),function(){e(window.tooltip)[0].animated=false;if(typeof z.onshow=="function"){z.onshow.call(window.tooltip)}if(z.showEffect=="fly"){if(z.y=="cursor"||z.x=="cursor"){e(C).bind("mousemove.tooltip",function(){m(C)})}}if(e.browser.msie&&!u){e(".dmxtooltip")[0].style.cssText=e(".dmxtooltip")[0].style.cssText.replace(/\bfilter\s*:[^;]*;/gi,"")}})},B.showDelay||B.showDelay===0?isNaN(B.showDelay)?k.showDelay:Math.max(parseInt(B.showDelay,10),1):k.showDelay)};e.fn.dmxTooltip=function(B){window.showTooltip(e(this)[0],B||{})}})(jQuery);
