$(function(){
    $("#menu > li").click(function(){
        $(".neck").get(0).style.background="url(../../styles/page2/header_bottom2.jpg) no-repeat";
        $(".bodyer").get(0).style.background="#EAEBE4";
    })
})
