Pour exploser la figure aux fenetres et frames etc...
entre <HEAD> et <TITLE> placez ceci :
<script language="JavaScript"><!--
if (parent.frames.length > 0) {
parent.location.href = location.href
}
//--></script>
<SCRIPT LANGUAGE="JavaScript">
if (top.location.href != self.location.href)
{
top.location.href=self.location.href;
}
</SCRIPT>
---------------
http://www.ypikay.com