<select name="fdCostTime" onmouseover="getselVal(this)" isChannel="true">
<script>
function getselVal(obj){
obj.onchange=null;
obj.onchange=function(){
obj.options.selectedIndex=9;
}
}
</script>
<select name="fdCostTime" onmouseover="getselVal(this)" isChannel="true">
<script>
function getselVal(obj){
obj.onchange=null;
obj.onchange=function(){
obj.options.selectedIndex=9;
}
}
</script>