function changeProduct(productSelectBox) { if (productSelectBox.selectedIndex && productSelectBox.options[productSelectBox.selectedIndex].value != '') { var testgroupSelectBox = document.getElementById('testgroup_id'); if (testgroupSelectBox) { testgroupSelectBox.options.length = 0; testgroupSelectBox.options[0] = new Option('-Testgroup-',''); var i = 1; for (var j=0; j