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