// This gets your page out of someone else's frames.

if (top != self) { top.location = self.location; }

// This opens a new browser without toolbars or buttons.

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}