/* auteur: COSMOS 2000 */
/* Date de création: 2003-04-26 */
/*  Makes the  Page the Top Window - http://www.codelifter.com/main/javascript/framebuster1.html */
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}