// JavaScript Document	// un peu de travail coté client	// fonction affichage du copyright .. de base .. pratique dans les frames	function AffCopy() {		document.write("<center><font face=\"Arial, Helvetica, sans-serif\" size=\"1\" color=\"#88a3AC\">(c) - FREDERIC BARACHANT 2004 - Mise &agrave; jour structurelle : 13/08/2004 ŕ 03h41</font></center>");		}// -------------------------------------------------------------------------function popInfos (page,phpEx) {	window.open( page+phpEx, '', 'location=0, scrollbars=1, status=1' );}// -------------------------------------------------------------------------function barrestatus() {window.defaultStatus = "__http://inxtense.online.fr__";}function antispoum() {		if(top!=self) {		  top.location=self.location;		}}
