function OutFrames() {
    i = parent.frames.length;
    if (i > 0)
    parent.location.href = self.location.href;
}
