function ShowOnTop() {
    if (top.location != self.location) {
            alert("top.location != self.location");
        top.location = self.location;
    }
}