Regarding my old topic (a while ago, Ive been busy

) on village distribution, I am planning my admin village placing thing, and have been thinking how to do it. I have been thinking about using basically the same map as in the game, except each square is a javascript link, were you can toggle the villages on or off. Villages previously saved, I am thinking should not be deleted, atleast not using this, jus incase someone clicks on a users village.
I have been thinking we have a form, and upon toggleing a village on, a hidden field is added to th form, with name villages[], id x|y, value x|y, so I can toggle villages off if I want. Does anyone see any problems with tis, or ways I could improve?