$jq(document).ready(function(){var path="/design/en/images/overview/";$jq('#products-overview-interactive.asg dl').css({backgroundImage:"url("+path+"asg.jpg)"});$jq('#products-overview-interactive #product-overview-btns li').click(function(){var c=$jq(this).attr("class");$jq('#products-overview-interactive dl').fadeOut(400,function(){$jq('#products-overview-interactive').attr({'class':c});$jq(this).css({backgroundImage:"url("+path+c+".jpg)"}).fadeIn(400);})});});