function initBrandBarPopup(){positionBrandBarPop();$("#bb_other_brands").click(function(event){event.preventDefault();$("#brandNavBrandList").css("visibility","visible")});$("#brandNavBrandList").mouseleave(function(){$("#brandNavBrandList").css("visibility","hidden")})}function positionBrandBarPop(){var lnk=$("#bb_other_brands");var pos=lnk.position();var blist=$("#brandNavBrandList");var bpos=blist.position()}$(document).ready(initBrandBarPopup);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()};