//
$(function(){
     $(".pTop a").click(function(){
     $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');
     return false;
     })
});
//
function changeMapImage(url) {
document.getElementById('mapAreaImg').src = url;
}
