<!--

function showMap()
{
    //var answer=document.getElementById('map_answer').options[document.getElementById('map_answer').options.selectedIndex].value;
    //wnd=window.open('map.php','map','');
    //window.alert('MAP'+answer);
    document.map_form.submit();
}

//-->