var current="subBrowseCollection";function showSubNav(c){var b=document.getElementById(c);b.style.display="block";if(current!=c){var a=document.getElementById(current);a.style.display="none";current=c}}function hideSubNav(){var a=document.getElementById(current);a.style.display="none"}$(document).ready(function(){$("#subBrowseCollection li.level1").hover(function(){$("#subBrowseCollection li.level1 ul.level2").show();$("#subBrowseCollection li.level1").css({background:"#EAEAEA"})},function(){$("#subBrowseCollection li.level1 ul.level2").hide();$("#subBrowseCollection li.level1").css({background:"#FFFFFF"})})});