vi myaccount.pm,
search for "sel_state",
uncomment the following lines:
my $state = &localize_template("sel_state",
$site->{'interfaces'}, 0, $site);
my @temp = split /\n/, $state;
$addressinfo{'STATE_SELECT'} = &gen_select
(' ', 2, @temp);