 if (parent.frames.length)
    top.location.href= document.location;
// if (window.screen) {
//    var aw = screen.availWidth;
//    var ah = screen.availHeight;
//    window.moveTo(0, 0);
//    window.resizeTo(aw, ah);
//   }

