function NoFrames(url) {
    if (top.frames.length > 1) {
        top.location=url;
    }
    return true;
}