$(document).ready(function(){ 
  $("ul.sf-menu").superfish({
    autoArrows:  false,
    dropShadows: false
  }); 
  
  $('A[rel="external"]').click(function() {
    window.open($(this).attr('href'));
    return false;
  }); 

}); 
