<!--
function go_list(value) {
    document.getElementById('span_form').innerHTML =
        '<form id="form_auto" method="post" action="/search/total/total.html">'
      + '<input type="hidden" name="mode" value="search">'
      + '<input type="hidden" name="age_group" value="' + value + '">';
      + '</form>';
    document.getElementById('form_auto').submit();
}
//-->