﻿// JScript File
function goPage(page)
{
    location.href = page;
}

