﻿// JScript File

function GoToPage(url)
{
    window.location = url;
}