If you go into your text editor, do a search and replace as follows:
SEARCH FOR: .ManuFacter
REPLACE WITH: [0]
SEARCH FOR: .SecondBox
REPLACE WITH [1]
then change your <SELECT> tags so they read
NAME="Manufacter[]"
and
NAME="SecondBox[]"
respectively.
Hope it works.