Moving numbers around between textboxes

Hi there

Is there a way i can move numbers around between textboxes. for example

im trying to do a menu system and give the ability to move the menu orders around like this

i and first have
jam and its menu 1
butter and its menu 2
peanut and its menu 3
cookies and its menu 4
chocolate and its menu 5

then i want to be able to click on a up and down arrow to move one menu item around and be like

i and first have
jam and its menu 1
peanut and its menu 2
cookies and its menu 3
butter and its menu 4
chocolate and its menu 5

i hope this makes sense.

regards

jeremy

Something like Node manipulation?
http://www.quirksmode.org/dom/tests/nodeManipulation.html