function op_win(map){
sub=window.open(map,'map','width=500,height=500,toolbar=no,scrollbars=yes,status=no');
sub.focus();
}

