function loc(a) {
 win = window.open(a,"win1","height=400,width=600,scrollbars=yes,resizable=yes")
 win.focus()
}

function sense() {
 if (parent.location.href==self.location.href) {
  parent.location.replace("../index.html")
 }
}