function ProdToolTip(b,k){if(typeof(k)=="undefined"){return false}var e={id:"#prod-tool-tip",thbCls:".thb",prodCls:".prod"};if(typeof(b)=="undefined"||typeof(b)!="object"){b=e}var i=navigator.userAgent;var d=/MSIE/.test(i);var g=/MSIE 6/.test(i);this.pause=false;var h=function(){var n=b.id?b.id:e.id;var m=buildHTML("div","<span></span>",{id:n.replace("#","")});var l=$(b.prodCls).eq(0).outerWidth()-12+"px";$("body").prepend(m);if(d){if(g){$(n).css({background:"none transparent",display:"none",filter:"alpha(opacity=90)",left:"0",position:"absolute",top:"0",width:l,"z-index":"1000"}).find("span").css({background:"#333333",color:"#FFFFFF",display:"inline-block",padding:"3px 6px",width:l})}else{$(n).css({background:"bottom center no-repeat url(/images/tool-tip-arrow.png)",display:"none","max-width":l,"padding-bottom":"10px",position:"absolute","z-index":"1000"}).find("span").css({background:"#333333",color:"#FFFFFF",display:"inline-block",padding:"3px 6px"})}}else{$(n).css({background:"bottom center no-repeat url(/images/tool-tip-arrow.png)","max-width":l,opacity:0,"padding-bottom":"10px",position:"absolute","z-index":"1000"}).find("span").css({background:"#333333","border-radius":"4px","-moz-border-radius":"4px","-webkit-border-radius":"4px",color:"#FFFFFF",display:"inline-block",padding:"3px 6px"})}};h();var j=this;var f=b.id?$(b.id):$(e.id);var c=f.find("span");var a=function(l){c.html(l)};this.show=function(l){if(j.pause===false){a(k[l]);f.css(j.getCSS(l));if(d){f.show()}else{f.stop(true).animate({bottom:"-=10",opacity:"1"},350)}}};this.hide=function(){if(d){f.hide()}else{f.stop(true).css("opacity",0);a("")}};this.getCSS=function(n){var m={};var o=d&&!g?-10:0;var p=$(b.thbCls).eq(n);var l=p.parent();if(g){m.top=l.offset().top+"px";m.left=l.offset().left+"px"}else{m.bottom=$(window).height()-p.offset().top+o+"px";m.left=p.offset().left+((p.outerWidth()-f.outerWidth())/2)+"px"}return m}};
