
$(document).ready(function() {
	$('a.abmhighlight').cluetip({splitTitle: '|', arrows: true});
	$('#callback').cluetip({activation: 'click', sticky: true,arrows: true, width: 450});  
	$('a.abm_highlight').cluetip({splitTitle: '|',arrows: true});
	        $('ul.sf-menu').superfish({ 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
        }); 
   
});
  



