$(document).ready(function(){$(".folderArrowLink333").click(function(){$("#"+this.id+"_sub").toggle();if($("#"+this.id+"_sub").css("display")=="none"){$("#"+this.id).addClass("folderArrowLink333");$("#"+this.id).removeClass("folderArrowLink333Act")}else{$("#"+this.id).addClass("folderArrowLink333Act");$("#"+this.id).removeClass("folderArrowLink333")}return false});if($("#shoppingCartImage").length>0){$("#shoppingCartImage").hover(function(){if($("#shoppingCartLayer:hidden")){offset=$("#shoppingCartImage").offset();$("#shoppingCartLayer").css({top:offset.top+25,left:offset.left-191});$("#shoppingCartLayer").hide()}},function(){if($("#shoppingCartLayer:visible")){$("#shoppingCartLayer").hide()}})}$(".logoReductionImg").hover(function(){var a=this.id;if($("#logoReductionInfo:hidden")){offset=$("#"+a).offset();$("#logoReductionInfo").css({top:offset.top+25,left:offset.left-193});$("#logoReductionInfo").hide()}},function(){if($("#logoReductionInfo:visible")){$("#logoReductionInfo").hide()}})});