var avt_jQuery_1_3_2_avt_1_5 = jQuery;/*
 * JSMin
 * Javascript Compressor
 * http://www.crockford.com/
 * http://www.smallsharptools.com/
*/

if(typeof(avt)=="undefined"){var avt={};}
avt.coreClient_1_5={$:avt_jQuery_1_5_1,options:{appPath:"",bRunPngFix:true},init:function(opts){avt.coreClient_1_5.$.extend(this.options,opts);this.options.bRunPngFix&&this.fixPng();},fixPng:function(){avt.coreClient_1_5.$(document).ready(function(){var IE6=(navigator.userAgent.toLowerCase().indexOf('msie 6')!=-1)&&(navigator.userAgent.toLowerCase().indexOf('msie 7')==-1)
if(IE6){var arVersion=navigator.appVersion.split("MSIE")
var version=parseFloat(arVersion[1])
if((version>=5.5)&&(document.body.filters)){for(var i=0;i<document.images.length;i++){var img=document.images[i]
var imgName=img.src.toUpperCase()
if(avt.coreClient_1_5.$(img).hasClass("pngFix")&&imgName.substring(imgName.length-3,imgName.length)=="PNG"){var imgID=(img.id)?"id='"+img.id+"' ":""
var imgClass=(img.className)?"class='"+img.className+"' ":""
var imgTitle=(img.title)?"title='"+img.title+"' ":"title='"+img.alt+"' "
var imgStyle="display:inline-block;"+img.style.cssText
if(img.align=="left")imgStyle="float:left;"+imgStyle
if(img.align=="right")imgStyle="float:right;"+imgStyle
if(img.parentElement.href)imgStyle="cursor:hand;"+imgStyle
var strNewHTML="<span "+imgID+imgClass+imgTitle
+" style=\""+"width:"+img.width+"px; height:"+img.height+"px;"+imgStyle+";"
+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+"(src=\'"+img.src+"\', sizingMethod='scale');\"></span>"
img.outerHTML=strNewHTML
i=i-1}}}}});}}
avt.nxp={$$:avt.coreClient_1_5,$:avt_jQuery_1_5_1}
avt.navxp={core:{$:avt_jQuery_1_5_1}}
if(typeof(NavXp)=="undefined")
NavXp={};NavXp.core={appPath:"",init:function(appPath){this.appPath=appPath;avt.coreClient_1_5.init({appPath:appPath,bRunPngFix:true});}};
; NavXp.core.init('/DesktopModules/NavXp');/*
 * JSMin
 * Javascript Compressor
 * http://www.crockford.com/
 * http://www.smallsharptools.com/
*/

(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var ev=avt_jQuery_1_5_1.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(avt_jQuery_1_5_1);

if (!NavXp) { var NavXp = {}; }
if (!NavXp.skin) { NavXp.skin = {}; }
if (!NavXp.skins) { NavXp.skins = {}; }

NavXp.skins["HorizontalDropdowns/BoxFly"] = {
    init : function() {
	
		avt.nxp.$(".navxp_HDD_BoxFly").each(function () {
			avt.nxp.$(this).find(".nxp-lvl0").parent().hoverIntent({
				over:function() {  
					avt.nxp.$(this).children("a").addClass("nxp-lvl0-hover");
					avt.nxp.$(this).children("ul").stop().css({"margin-left": "-200px","margin-top":"0","opacity":"0"}).show()
						.animate({"margin-left":"0px","opacity":"1"}, "fast");
				},
				timeout: 250, // number = milliseconds delay before onMouseOut    
				out: function() {
					avt.nxp.$(this).children("a").removeClass("nxp-lvl0-hover");
					avt.nxp.$(this).children("ul").stop().animate({"margin-top":"200px","opacity":"0"}, "normal", function() {
						avt.nxp.$(this).hide();
					});
					
				}
			});
			
			avt.nxp.$(this).find(".nxp-child").parent().hoverIntent({
				over:function() {  
					avt.nxp.$(this).children("a").addClass("nxp-child-hover");
					avt.nxp.$(this).children("ul").stop().css({"margin-top": "-200px","left": avt.nxp.$(this).position().left + avt.nxp.$(this).parent().width(), "opacity":"0"}).show()
						.animate({"margin-top":"0px","opacity":"1"}, "fast");
				},
				timeout: 500, // number = milliseconds delay before onMouseOut    
				out: function() {
					avt.nxp.$(this).children("a").removeClass("nxp-child-hover");
					avt.nxp.$(this).children("ul").stop().animate({"margin-top":"200px","opacity":"0"}, "normal", function() {
						avt.nxp.$(this).hide();
					});
					
				}
			});
		});

    }
    
}

if (typeof Sys != "undefined" && typeof Sys.Application != "undefined") {
   Sys.Application.notifyScriptLoaded();
} avt.nxp.$(document).ready(function() { if (NavXp.skins['HorizontalDropdowns/BoxFly']) NavXp.skins['HorizontalDropdowns/BoxFly'].init(); });
