if(selectedItem == "Box A - Item 2"){
var i = 2; // 2 being the 3rd value in boxB_cb *note indexes start counting at 0
boxB_cb.setSelectedIndex(i);

Why doesn't it work if I use 0 in the place of 2 for the var i?