function A_Li(){
Sel=document.Navi.OP.selectedIndex;
Ms=document.Navi.OP.options[Sel].value;
location.href=Ms;
}