function GoTo(Dest)
{
    document.location.href=Dest
}
