$().ready(function(){$('.search-button').attr('src','images/searchbox.png');$('.error').attr('src','images/error.png');var refreshbutton=$(".basket-table input[type=image]").attr('src');if(refreshbutton){var refreshbutton=refreshbutton.replace('.png','');$(".basket-table input[type=image]").attr('src',refreshbutton+'_be.png');$(".basket-table input[type=image]").css('float','left');$(".basket-table input[type=image]").css('margin-left','5px');$(".basket-table input[type=image]").css('margin-top','2px');}$('.basket-menu').hover(function(){$(this).parent().children('.hassub').css('background-color','#CBBC9D');},function(){$(this).parent().children('.hassub').removeAttr('style');});$('.top-menuitem2').hover(function(){$(this).parent().children('.hassub').css('background-color','#CBBC9D');},function(){$(this).parent().children('.hassub').removeAttr('style');});$('.langul').hover(function(){$(this).parent().children('a').css('background-color','#CBBC9D');},function(){$(this).parent().children('a').removeAttr('style');});$('.shops-az').click(function(){$('.ourstoresicons').hide();});$('.shops-map').click(function(){$('.ourstoresicons').show();});});
