Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_proforms/js/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_proforms/js/info.js

// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// @license: Mad4Media Javascipt License - copyright Mad4Media - Fahrettin Kutyol - All rights reserved    ++
// (re-) publishing or forking for any purpose of commercial or non-commercial use is not allowed.		   ++
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
var mInfoTipWrap=undefined;var mInfoTipArrow=undefined;var mInfoTipContent=undefined;var mInfoTipShadow=undefined;var mInfoTipContentShadow=undefined;var mInfoTipShadowMargin=4;function initInfoTip(){mInfoTipArrow=_newElement2Body("div",{"opacity":"1"},"infoTipArrow","mInfoTipArrow");mInfoTipWrap=_newElement2Body("div",{"opacity":"1"},"infoTipWrap","mInfoTipWrap");mInfoTipWrap.innerHTML="<div class=\"infoTipContent\" id=\"mInfoTipContent\"></div><div class=\"infoTipBottom\"></div>";mInfoTipContent=_("mInfoTipContent");mInfoTipShadow=_newElement2Body("div",{"opacity":"0.6","display":"none"},"infoTipWrapShadow","mInfoTipShadow");mInfoTipShadow.innerHTML="<div class=\"infoTipContentShadow\" id=\"mInfoTipContentShadow\"></div><div class=\"infoTipBottomShadow\"></div>";mInfoTipContentShadow=_("mInfoTipContentShadow");parseInfoTips(_("m4jMain"));};dojo.addOnLoad(initInfoTip);function infoOnMouseOver(){if(!this.infoTip){return false;}var w=_WindowSize();mInfoTipContent.innerHTML=this.infoTip;mInfoTipContent.style.width="143px";var _1=_Dimensions(mInfoTipContent);var _2=_Dimensions(mInfoTipWrap);var _3=_ViewportOffset(this,true);var _4=_docScroll(this);_3.t+=_4.top;_3.l+=_4.left;var as=mInfoTipArrow.style;var ws=mInfoTipWrap.style;var ss=mInfoTipShadow.style;var _5=Math.round(_3.h/2)+_3.t;var ml=this.getAttribute("mleft");if(ml!=undefined){ml=parseInt(ml);}else{ml=0;}var _6=_3.l+_3.w+19+ml;var _7;if((_6+_2.width)>w.width){_6=_3.l-19-_2.width;_7=_3.l-20;as.backgroundPosition="0 0";}else{_7=_3.l+_3.w+ml;as.backgroundPosition="0 -17px";}tipTop=_5-(((_2.height)/2));mInfoTipContentShadow.style.height=_1.height+"px";ss.top=(tipTop+mInfoTipShadowMargin)+"px";ss.left=(_6+mInfoTipShadowMargin)+"px";ss.display="block";as.top=(_5-8)+"px";as.left=_7+"px";ws.top=tipTop+"px";ws.left=_6+"px";return false;};function infoOnMouseOut(){if(!this.infoTip){return false;}mInfoTipShadow.style.display="none";mInfoTipArrow.style.left="-9999em";mInfoTipWrap.style.left="-9999em";return false;};function mSetInfo(_8,_9){_8.infoTip=_9;};function mClearInfo(_a){_a.infoTip=undefined;};