// JavaScript Document

/* ------------- jumpmenu ------------- */
function Mylink(sel){
mlink=sel.options[sel.selectedIndex].value;
if(mlink!="-"){
window.open('','_top','').location.href=mlink;
}
}
