﻿
function setIncentivesMenu(){
jQuery('#custom_home-incentives').click(function(){ location.href="/en/incentives/programs/servicecontract/" });
jQuery('#custom_home-incentives').bind('mouseenter', function(){ jQuery(this).addClass("custom_home-incentives-hover")});
jQuery('#custom_home-incentives').bind('mouseleave', function(){ jQuery(this).removeClass("custom_home-incentives-hover")});
}

onload_register('setIncentivesMenu();');



