$(function(){var pos=$("#brandNavBrandList").position();$("#brandNavBrandList").css({top:pos.top-20,left:pos.left+20});$("#bb_other_brands").click(function(event){$("#brandNavBrandList").css("visibility","visible");event.preventDefault()});$("#brandNavBrandList").mouseleave(function(){$("#brandNavBrandList").css("visibility","hidden")})});function popUp(strURL,strHeight,strWidth){var strOptions="height="+strHeight+",width="+strWidth+",resizable=yes,toolbar=no,scrollbars=yes";newWin=window.open(strURL,"terms_win",strOptions);newWin.focus()};