could you please help me with this ?

form1... contains a richtext box with some words
form2... contains two lists with some group of words saperated by an empty field
for example

list1
ocean
The Deep
Marine

choose
decide on
Pick


list2
22
66
87

57
93
11




how can i assign apopup menu for wach word in form 1 with the valus of these lists

as folows


the first word in text is (sea)
popup menu will be
ocean <22>
The Deep <66>
Marine <87>
then if the user select one of these options (sea) will be replased by that option

the second word in text is (select)
popup menu sholud be
choose <57>
decide on < 93>
Pick < 11>



if the user picked ocean <22> in the first case and decide on < 93> in the second case

the text will be shown as
ocean<22> decide on< 93>


and thats it pleeeease help me