
function selecmark(selection){
window.location=selection.options[selection.selectedIndex].value;
}


function selecpdt(selection){
window.location=selection.options[selection.selectedIndex].value;
}



