function show_map(id, width, height)
{ 
 url = "pages/view_map.php?id="+id;
 window.open(url, "screen", "width="+width+", height="+height+", resizable=no, scrollbars=no");
}

function matuokis(id, race, gender)
{ 
 url = "pages/matuok.php?id="+id+"&race="+race+"&gender="+gender;
 window.open(url, "screen", "width=382, status=0, height=403, resizable=no, scrollbars=no");
}