<select name="sceltacampo" id="sel" size="1" onchange="funzionex(this)">
function funzionex(sel){
if (sel.options[this.selectedIndex].text=='inizio'){//fai questo}
else{//fai quello}
}
<select name="sceltacampo" id="sel" size="1" onchange="funzionex(this)">
function funzionex(sel){
if (sel.options[this.selectedIndex].text=='inizio'){//fai questo}
else{//fai quello}
}