function NavigateTo(LocationUrl)
{
window.location = LocationUrl;
}
