Export Value from Drop Down Menu

in above picture there is a drop down menu with 5 menu items and a text field
what is need is:
when "Item 1" is selected then textbox1.text = "name 1"
when "Item 2" is selected then textbox1.text = "name 2"
when "Item 3" is selected then textbox1.text = "name 3"
when "Item 4" is selected then textbox1.text = "name 4"
when "Item 5" is selected then textbox1.text = "name 5"
i want to control the textbox text from drop down menu item.
I need javascript for this.
Thanks.
