// fonctions JavaScript - KIOWA
// Creat: Sept 03 - Modif: 07/10/03

if (parent.frames[1]) { parent.location.href = self.location.href; }

// popup Flash Actu
wactu = null;
function affactu(fichtm) {
	wactu = window.open(fichtm,"FlashActu","status=0,toolbar=0,location=0,menu=0,scrollbars=0,width=450,height=150");
	wactu.focus();
}

// popup Crédits
wcred = null;
function affcred(fichtm) {
	wcred = window.open(fichtm,"Credits","status=0,toolbar=0,location=0,menu=0,scrollbars=0,width=350,height=250");
	wcred.focus();
}
