function frameIn(framex) {
if (top.location == location) {
    top.location.href = framex;
  }
}