$(document).ready(function(){var a=1;$(".hg_level_html ul li").each(function(){$(this).removeClass();if(a++%2==0){$(this).addClass("jrow2")}else{$(this).addClass("jrow1")}});$(".jrow1").live("mouseover",function(){$(this).addClass("jrow1 jborder")}).live("mouseout",function(){$(this).removeClass("jrow1 jborder").addClass("jrow1")});$(".jrow2").live("mouseover",function(){$(this).addClass("jrow2 jborder")}).live("mouseout",function(){$(this).removeClass("jrow2 jborder").addClass("jrow2")});$("#hgmd_lb").addClass("current")});
function JSAddFavorite(){if(window.sidebar&&"object"==typeof(window.sidebar)&&"function"==typeof(window.sidebar.addPanel)){window.sidebar.addPanel(document.title,document.location.href,"")}else{if(document.all&&"object"==typeof(window.external)){window.external.addFavorite(document.location.href,document.title)}}}