//
//HOME
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_home_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_home_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_home").hoverIntent(megaConfig)
});





//
//Blog
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_blog_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_blog_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_blog").hoverIntent(megaConfig)
});


//
//PRODUCTS
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("products_hover");
	}
  function removeMega(){
	$(this).removeClass("products_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.products").hoverIntent(megaConfig) 
});



//
//RESOURCES
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("resources_hover");
	}
  function removeMega(){
	$(this).removeClass("resources_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.resources").hoverIntent(megaConfig)
});


//
//TECHNOLOGY
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("technology_hover");
	}
  function removeMega(){
	$(this).removeClass("technology_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.technology").hoverIntent(megaConfig)
});



//
//SUPPORT
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("support_hover");
	}
  function removeMega(){
	$(this).removeClass("support_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.support").hoverIntent(megaConfig)
});


//
//COMPANY
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("company_hover");
	}
  function removeMega(){
	$(this).removeClass("company_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.company").hoverIntent(megaConfig)
});

//
//Education
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("education_hover");
	}
  function removeMega(){
	$(this).removeClass("education_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.education").hoverIntent(megaConfig)
});



//
//Practice Hwy
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_practicehwy_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_practicehwy_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_practicehwy").hoverIntent(megaConfig)
});

//
//Mellowood
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_mellowood_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_mellowood_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_mellowood").hoverIntent(megaConfig)
});


//
//medtech
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_medtech_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_medtech_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_medtech").hoverIntent(megaConfig)
});


//
//Hologic
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_hologic_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_hologic_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_hologic").hoverIntent(megaConfig)
});


//
//Dealers
//
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_dealer_hover");
	}
  function removeMega(){
	$(this).removeClass("menu_dealer_hover");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_dealer").hoverIntent(megaConfig)
});













//////////////////////////////////////////////////////////////////
// FRENCH ////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////

// Home
$(document).ready(function() {
  function addMega(){
	$(this).addClass("menu_home_hover_fr");
	}
  function removeMega(){
	$(this).removeClass("menu_home_hover_fr");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.menu_home_fr").hoverIntent(megaConfig)
});


// PRODUCTS
$(document).ready(function() {
  function addMega(){
	$(this).addClass("products_hover_fr");
	}
  function removeMega(){
	$(this).removeClass("products_hover_fr");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.products_fr").hoverIntent(megaConfig) 
});

// COMPANY
$(document).ready(function() {
  function addMega(){
	$(this).addClass("company_hover_fr");
	}
  function removeMega(){
	$(this).removeClass("company_hover_fr");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.company_fr").hoverIntent(megaConfig)
});

// Education
$(document).ready(function() {
  function addMega(){
	$(this).addClass("education_hover_fr");
	}
  function removeMega(){
	$(this).removeClass("education_hover_fr");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.education_fr").hoverIntent(megaConfig)
});

// TECHNOLOGY
$(document).ready(function() {
  function addMega(){
	$(this).addClass("technology_hover_fr");
	}
  function removeMega(){
	$(this).removeClass("technology_hover_fr");
	}
var megaConfig = {
	 interval: 5,
	 sensitivity: 4,
	 over: addMega,
	 timeout: 5,
	 out: removeMega
};
$("li.technology_fr").hoverIntent(megaConfig)
});






<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
 
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
 
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
 
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->