Prova ad usare un nome diverso per la variabile


v = x.options[x.selectedIndex].value;
if (v == "text1" || v == "text2" || v == "text3") {


ciao