function MM_openBrWindow(theURL, winName, features) {
    window.open(theURL, winName, features);
}
$(function(){
  // hover effects
  $('li, a,h3').hover(
    function(){$(this).addClass("hover")},
    function(){$(this).removeClass("hover")}
  );
});  // end of document ready