function Open_the_Win(url) {
window. open(url, "map_win", "width=595, height=700, menubar=yes, resizable=yes, status=yes, toolbar=no, scrollbars=yes ,return false;");
}

