function ReloadIfInFrameset(){if(parent.top.frames.length>0){parent.location.href=self.document.location}if(opener&&!opener.closed){if(parent.top.frames.length>0){opener.parent.location.href=self.document.location;self.close();}else{opener.location.href=self.document.location;self.close();}}}
