I'm not familiar with the code that you are using, but if it is similar to the languages I do know, maybe try "else if" statements following your "START 2" statement.
It would read as follows:
if %ipa%==2 goto START 2;
else if %ipa%==3 goto START 3;
else if %ipa%==4 goto START 4;
else if...