I would like to bust my images out of Google Images when they click on full view. Can anyone recommend a good piece of code? I did various searches and came across these two but not sure if one is better than the other. <script language="JavaScript"> if (top!=self) { top.location = location; } </script> <script language=â€JavaScript1.1″ type=â€text/JavaScriptâ€>if (parent.frames.length > 0) top.location.replace(document.location);</script>