﻿function parentLocation(url)
{
    parent.parent.location.href = url;
}