function GoTo(page)
{
    document.location = page;
}