<!-- sortir des frames de l'hôte -->
<!-- // Tester si le document fait partie d'une presentation avec frames
if (parent.frames.length!=0) parent.location.href=location.href;
// -->

<!-- transition -->
//<meta http-equiv="Page-Exit" content="revealTrans(Duration=1,Transition=23)">

var pagesuivante;

function affSUITE(type,suivant)
{
pagesuivante=suivant;
var mini
if(type=="cams37")
	{ mini='mini37.gif\" WIDTH=63 HEIGHT=27'	}
else if(type=="cams55")
	{ mini='mini55.gif\" WIDTH=72 HEIGHT=30'	}
else if(type=="late298")
	{ mini='minilate.gif\" WIDTH=74 HEIGHT=27'	}
else if(type=="walrus")
	{ mini='miniwrus.gif\" WIDTH=63 HEIGHT=35'	}
else if(type=="do24")
	{ mini='minido.gif\" WIDTH=80 HEIGHT=20'	}
else if(type=="sb2c")
	{ mini='minisb.gif\" WIDTH=70 HEIGHT=27'	}
else if(type=="tbm")
	{ mini='minitbm.gif\" WIDTH=70 HEIGHT=29'	}
else if(type=="alize")
	{ mini='minialz.gif\" WIDTH=70 HEIGHT=26'	}
else if(type=="aero")
	{ mini='miniaero.gif\" WIDTH=30 HEIGHT=30'	}
else if(type=="recits")
	{ mini='minipingouin.gif\" WIDTH=60 HEIGHT=29'	}
else if(type=="autres")
	{ mini='miniautres.gif\" WIDTH=45 HEIGHT=30'	}
else 
	{ mini='sommaire0.gif\" WIDTH=32 HEIGHT=32'	}

var retour00
if(type!="old" && type !="new")
	retour00='<A HREF=\"'+type+'-00.htm\"><IMG SRC=\"gif/'+mini+' BORDER=0 ALT=\"'+type+'\"></A>';
else
	retour00='';

document.write('<P ALIGN="RIGHT"><TABLE CELLSPACING=0 BORDER=0 CELLPADDING=4 WIDTH=124 ALIGN="RIGHT" HSPACE=12><TR><TD VALIGN="TOP" HEIGHT=54>'+retour00+'&nbsp;&nbsp;&nbsp;<A HREF=\"'+suivant+'.htm\"><IMG SRC=\"gif/fleche.gif\" BORDER=0 WIDTH=25 HEIGHT=19 ALT=\"'+suivant+'\"></A></TD></TR></TABLE></P>');
}

function affACCUEIL(type)
{
var insigne
if(type=="cams37" || type=="cams55" || type=="late298" || type=="walrus" || type=="old")
	{ insigne="sommaire0.gif"; largeur=32 }
  else	{ insigne="sommaire.gif";  largeur=25 }
document.write('<P ALIGN=\"RIGHT\"><TABLE CELLSPACING=0 BORDER=0 CELLPADDING=4 WIDTH=115 ALIGN=\"LEFT\" HSPACE=12><TR><TD VALIGN=\"TOP\" HEIGHT=41><P><A HREF=\"#\" onClick=\"history.go(-1);return(false)\"><IMG SRC=\"gif/fleche2.gif\" BORDER=0 WIDTH=25 HEIGHT=19 ALT=\"pr&eacute;c&eacute;dent\"></A>&nbsp;&nbsp;<A HREF=\"flottille9f.htm\"><IMG SRC=\"gif/'+insigne+'\" BORDER=0 WIDTH='+largeur+' HEIGHT=32 ALT=\"sommaire\"></A><A HREF=\"flottille9f.htm\"><I><FONT SIZE=1>accueil</I></FONT></A></TD></TR></TABLE></P>')
//document.write('<P ALIGN=\"RIGHT\"><TABLE CELLSPACING=0 BORDER=0 CELLPADDING=4 WIDTH=115 ALIGN=\"LEFT\" HSPACE=12><TR><TD VALIGN=\"TOP\" HEIGHT=41><P><A HREF=\"#\" onClick=\"history.go(-1);return(false)\"><IMG SRC=\"gif/fleche2.gif\" BORDER=0 WIDTH=25 HEIGHT=19 ALT=\"'+pr&eacute;c&eacute;dent+'\"></A>&nbsp;&nbsp;<A HREF=\"flottille9f.htm\"><IMG SRC=\"'+insigne+'\" BORDER=0 WIDTH='+largeur+' HEIGHT=32 ALT=\"sommaire\"></A><A HREF=\"flottille9f.htm\"><I><FONT SIZE=1>accueil</I></FONT></A></TD></TR></TABLE></P>')

}

function affTITRE(titre1,titre2,locmax,ident,ident2)
{
if( ident!= "" )
  { ident='<SCRIPT LANGUAGE=\"JavaScript\">afficheGif(\"'+locmax+'\",\"'+ident+'\",\"\",\"\",200,250)</SCRIPT>&nbsp;'; }
if( ident2!= "" )
  { ident2='&nbsp;<SCRIPT LANGUAGE=\"JavaScript\">afficheGif(\"'+locmax+'\",\"'+ident2+'\",\"\",\"\",170,170)</SCRIPT>'; }
document.write('<A NAME="HAUT"><P ALIGN=\"CENTER\">'+ident+'<B><U><FONT SIZE=4>'+titre1+ident2+'<BR></FONT></U><FONT SIZE=3>'+titre2+'</FONT></B></P>');
}

function right()
   {
   var msg ="Le bouton droit est désactivé, désolé !";
   if (navigator.appName == 'Microsoft Internet Explorer' && event.button == 2 )
   	{alert(msg);} 
   return true;
   elseif (navigator.appName == 'Netscape')
	{if (e.whitch == 3) 
   		{alert(msg);} 
	}
   }

function EnTete(titre1,titre2,type,suivant,locmax,ident,ident2)
{
	affSUITE(type,suivant);
	affACCUEIL(type);
	affTITRE(titre1,titre2,locmax,ident,ident2);
   document.onmousedown = right;
}

function flecheHAUT()
{
document.write('<P ALIGN=\"CENTER\"><A HREF=\"#HAUT\"><IMG SRC=\"gif/fleche4.gif\" BORDER=0 WIDTH=18 HEIGHT=14 ALT="haut de la page"></A></P>');
}

function flecheHAUTSUITE()
{
document.write('<P ALIGN=\"CENTER\"><A HREF=\"#\" onClick=\"history.go(-1);return(false)\"><IMG SRC=\"gif/fleche2.gif\" BORDER=0 WIDTH=25 HEIGHT=19 ALT=\"pr&eacute;c&eacute;dent\"></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"#HAUT\"><IMG SRC=\"gif/fleche3.gif\" BORDER=0 WIDTH=19 HEIGHT=19 ALT="haut de la page"></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"'+pagesuivante+'.htm\"><IMG SRC=\"gif/fleche.gif\" BORDER=0 WIDTH=25 HEIGHT=19 ALT=\"'+pagesuivante+'\"></A></P>');
}

function DateModif()
 {
DateMod=new Date(document.lastModified);
DateYear=DateMod.getYear();
if(DateYear>99) DateYear+=1900;
document.write("<P ALIGN=\"RIGHT\"><FONT SIZE=1><A HREF=\"maj.txt\">MaJ: " +DateMod.getDate()+ "/" +(DateMod.getMonth()+1)+ "/" +DateYear+ "</A></P>")
 }

function DateModif1(ver)
 {
DateMod=new Date(document.lastModified);
DateYear=DateMod.getYear();
if(DateYear>99) DateYear+=1900;
document.write("<P ALIGN=\"RIGHT\">"+ver+"<BR><FONT SIZE=1><A HREF=\"maj.txt\">MaJ: "+DateMod.getDate()+"/"+(DateMod.getMonth()+1)+"/"+DateYear+"</A></P>")
 }


