﻿function OnLoad() {
    if (self != top)
        window.top.location.href = selfUrl;
    if (self.screen) {
        $(swidth).value = screen.width
        $(sheight).value = screen.height
    }
}
