function mapgfx(who) {
    window.open("map_detail.php?id=" + who,"newWindow","width=430, height=500, toolbar=no, scrollbars=yes,resizable=yes");
}
function mOW(fn) {
		B_window = window.open(fn,'text',"scrollbars=yes, resizable=yes, width=430, height=500");
		B_window.focus();
}
