// JavaScript Document

function Mylink(Sel){
mlink=Sel.options[Sel.selectedIndex].value;
if(mlink!="-"){
window.open(mlink);
}
}

