/* AUTEUR: Bernard Frappier */

/* DATE DE CREATION: 2002-02-01 */





 function alerte(url,name,height,width) {

     x = (640 - width)/2, y = (480 - height)/2;



     if (screen) {

         y = (screen.availHeight - height)/2;

         x = (screen.availWidth - width)/2;

     }



      window.open(url,name,'width='+width+',height='+height+',resizable=yes,scrollbars=yes,status=no,screenX='+x+',screenY='+y+',top='+y+',left='+x);

      if (window.opener == null) window.opener = self;

 }

  

 var Navigation = '<DIV ALIGN="center">';

 Navigation += '<A NAME="haut"></A><DIV ALIGN="center">';

        Navigation += '<div align="center"><TABLE WIDTH="100%" BORDER="0" CELLSPACING=0 CELLPADDING="0" ALIGN="center" bgcolor="#FFCC00"><TR><TD VALIGN="TOP" ALIGN="center" HEIGHT=100%><a href="../../plan/plan.html#geopolitique"><IMG SRC="../../plan/plan.jpg" BORDER="0"></a>';
 Navigation += '</TD></TR></TABLE></div>';

 Navigation += '</TD>';

  /* navigation fin */

  /* debut cote droit */

 Navigation += '<TD WIDTH="600" VALIGN="TOP" HEIGHT=100%>';

 /* debut cadre droit - 600 px de largeur, 100% hauteur*/

 





/* fin du code - debut contenu - - -*/




/* - - - fin du contenu, fin du document */

 var Fin = '';

  Fin += '<BR><BR></TD></TR><TR><TD  VALIGN=TOP background="../../ds-entete/blanc.jpg"><DIV ALIGN="left"><a href="/" target="_top"><img src="/vaccueil.gif" width="150" height="32" vspace="10" border="0"></a><br clear="all"><A HREF="#haut"><img src="../../ds-entete/pied.jpg" width="20" height="20" alt="haut de la page" border="0" align="left"></a><br><br></DIV>';


 Navigation += '<TABLE WIDTH=100%  BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD VALIGN=TOP background="../../ds-entete/blanc.jpg">&nbsp;';





/* fin du code - debut contenu - - -*/
 Fin += '</TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE>';

