if(top!=self) top.location=self.location;

function openPopup(url, name, winWidth, winHeight) {
  window.open(url, name, "width="+winWidth+", height="+winHeight+", location=no, menubar=no, resizable=yes, scrollbars=yes");
  return false;
}
