function AddSelTo(sel1,sel1Msg,destination){ if (sel1Msg != ""){ if (eval(sel1+'.options['+sel1+'.selectedIndex].value') == -1){ alert(sel1Msg) eval(sel1+'.focus()') return false; } } Val1 = eval(sel1+'.options['+sel1+'.selectedIndex].value') Txt1 = eval(sel1+'.options['+sel1+'.selectedIndex].text') MyValue = Val1 for (i=0;i