function exMenu(Sel){
mlink=Sel.options[Sel.selectedIndex].value;
if(mlink!="-"){

location.href=mlink
}
}