﻿
function GoTo(navigateURL){
    window.location.href = unescape(navigateURL);
}
