function JumpToURL(surl) {

    window.location.href = surl;

}
