function jumpto(obj,url){
    window.location = url+ '#' + obj.value;
}