Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/components/com_contactmap/floatbox/modules/
Upload File :
Current File : /home/bonneesp/www/components/com_contactmap/floatbox/modules/tagPopup.js

/* Floatbox v3.54.1 */
Floatbox.prototype.tagPopup=function(b){var d=this,c=b.thumb.style;b.thumb.id=b.thumb.id||"fbPop"+(Math.random()+"").substring(2);c.borderWidth=d.zoomPopBorder+"px";b.anchor.onmouseover=function(){var k=b.thumb.parentNode;while(k&&k.nodeName!=="HTML"&&!/fixed|absolute/i.test(d.getStyle(k,"position"))){k=k.parentNode}c.display="none";var f=d.getLeftTop(this),g=d.getLeftTop(k),i=d.getScroll(),j=i.left+d.getDisplayWidth(),l=i.top+d.getDisplayHeight(),a,h,e;c.display="";switch(b.popupType){case"down":a=(this.offsetWidth-b.thumb.offsetWidth)/2;h=this.offsetHeight;break;case"left":a=-b.thumb.offsetWidth;h=(this.offsetHeight-b.thumb.offsetHeight)/2;break;case"right":a=this.offsetWidth;h=(this.offsetHeight-b.thumb.offsetHeight)/2;break;default:a=(this.offsetWidth-b.thumb.offsetWidth)/2;h=2-b.thumb.offsetHeight}a+=f.left;h+=f.top;e=a+b.thumb.offsetWidth-j;if(e>0){a-=e+1}e=a-i.left;if(e<0){a-=e-1}e=h+b.thumb.offsetHeight-l;if(e>0){h-=e+1}e=h-i.top;if(e<0){h-=e-1}c.left=(a-g.left)+"px";c.top=(h-g.top)+"px"};b.anchor.onmouseout=function(){if(!b.popupLocked){c.left="0";c.top="-9999px"}};if(!b.anchor.onclick){b.anchor.onclick=b.anchor.onmouseout}};while(fb.popups.length){fb.tagPopup(fb.popups.pop())};