// Map popup for directions page

function mapinfo(m, s) {
 if(s) $('mp' + m).style.display = 'block';
 else $('mp' + m).style.display = 'none';
}