al vuelo y sin probarlo sería:
Cita: var arrya = new Array(
sel=document.forms[0]['sel'];
for (x=0;x<sel.options.length;x++){
arrya[arrya.length]=sel.options[x].text+"_"+sel.options[x].value;
}
solo tenes que agregarle el name="sel" al select
saludos