function selectJump(){
var op=document.form1.select1.selectedIndex;
if(op !=0){
location.href=document.form1.select1.options[op].value;
}
}