function Go(p)
{
    window.location = p;
}

function back()
{
    history.back();
    HideDiv('LoginPanel');
}


