// JavaScript Document



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

