function xpframe()
{
    if (parent.ToggleRight)
    {
        if (parent.ToggleRight.rows != "100%,0%,2")
        {
            parent.ToggleRight.rows = "100%,0%,2";
        }
    }
}
