// dropdown list jump
function MenuJump(index) { location.hash = '#'+ index; }

