﻿function GoTo(url)
{
    top.location.href = url;
}
