<!--
function moveUrl(selection){
var url=selection[selection.selectedIndex].value;
if(url!=""){
location.href=url;
}
}
//-->