This javascript will break a page out of any frame set.
If you use frames yourself, it will not be of any use to you.
Bill Drew
<SCRIPT language="JavaScript" type="text/javascript"><!--
if (parent.frames.length > 0) {
parent.location.href = self.document.location
}
//-->
</SCRIPT>