function tmt_backtoframe(myframe) {
    if (top == self) {
        self.location.href = myframe;
    }
}