// privacy policy
function mapWindow() {
    mapWin = window.open('map.html','','width=790,height=504,toolbar=yes');
    mapWin.focus();
}

