
 function onChangeSelect(id)
 {
    var objS=document.getElementById("selectId"+id);
    window.open(objS.value,'_self');
 }