function selectInCombo(combo,val) { for(var indice=0 ;indice { if (document.getElementById(combo).options[indice].text==val ) document.getElementById(combo).selectedIndex =indice; } }
function
selectInCombo(combo,val)
{
for
(
var
indice=0 ;indice
if
(document.getElementById(combo).options[indice].text==val )
document.getElementById(combo).selectedIndex =indice;
}