function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<table  border=0><tr>');
document.write ('<td>');
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" style="font-weight:bold;color:blue">');

document.write ('<option value="">Bulletins, notes et rapports int&eacute;rieurs');
document.write ('<option value=""> ');

document.write ('<option value="1942/01/note_010442.htm">Evolution de la guerre... 04.01.42');
document.write ('<option value=""> ');

document.write ('<option value="1943/04/note_040043.htm">Situation actuelle et nos t&acirc;ches... 04.43');
document.write ('<option value=""> ');

document.write ('<option value="1943/05/note_050043.htm">Base strat&eacute;gique et tactique de nos t&acirc;ches pratiques, 05.43');
document.write ('<option value=""> ');

document.write ('<option value="1943/08/note_080043.htm">Italie (1), d&eacute;but ao&ucirc;t 43');
document.write ('<option value=""> ');

document.write ('<option value="1943/08/note_080143.htm">Italie (2), d&eacute;but ao&ucirc;t 43');
document.write ('<option value=""> ');

document.write ('<option value="1943/10/note_100043.htm">Note, octobre 1943');
document.write ('<option value=""> ');

document.write ('<option value="1943/11/note_110043.htm">Sur la conf&eacute;rence de Moscou, 11.43');
document.write ('<option value=""> ');

document.write ('<option value="1943/12/note_123043.htm">Question nationale (1) 1943');
document.write ('<option value=""> ');

document.write ('<option value="1943/12/note_123143.htm">Question nationale (2) 1943');
document.write ('<option value=""> ');

document.write ('<option value="1944/03/note_032044.htm">La crise provoqu&eacute;e par l&#8217;avance de l&#8217;Arm&eacute;e Rouge... 03.44');
document.write ('<option value=""> ');

document.write ('<option value="1944/05/note_050144.htm">Chez Caudron... 01.05.44');
document.write ('<option value=""> ');

document.write ('<option value="1944/06/note_060644.htm">Circulaire n°1, 06.06.44');
document.write ('<option value=""> ');

document.write ('<option value="1944/06/note_061344.htm">M&ecirc;me si du point de vue imp&eacute;rialiste... 13.06.44');
document.write ('<option value=""> ');

document.write ('<option value="1945/07/barta_160745.htm">Proc&egrave;s-verbal de la r&eacute;union UC-PCI, 16.07.45');
document.write ('<option value=""> ');

document.write ('<option value="1945/12/note_121145.htm">Bulletin int&eacute;rieur n°2, 11.12.45');
document.write ('<option value=""> ');

document.write ('<option value="1945/12/note_121845.htm">Rapport, 18.12.45');
document.write ('<option value=""> ');

document.write ('<option value="1945/12/note_123145.htm">Deux politiques, fin 45');
document.write ('<option value=""> ');

document.write ('<option value="1946/01/note_010046.htm">Bull. int. n°1, janvier 46');
document.write ('<option value=""> ');

document.write ('<option value="1946/01/note_010146.htm">Bull. int. n°2, janvier 46');
document.write ('<option value=""> ');

document.write ('<option value="1946/01/note_012846.htm">Rapport, 28.01.46');
document.write ('<option value=""> ');

document.write ('<option value="1946/01/barta_230146.htm">PV r&eacute;union avec camarades du PCI, 23.01.46');
document.write ('<option value=""> ');

document.write ('<option value="1946/01/barta_280146.htm">PV r&eacute;union avec le PCI, 28.01.46');
document.write ('<option value=""> ');

document.write ('<option value="1946/02/note_022546.htm">Bull. int., 25.02.46');
document.write ('<option value=""> ');

document.write ('<option value="1946/02/note_022846.htm">Divergences avec le PCI, 02.46');
document.write ('<option value=""> ');

document.write ('<option value="1948/08/barta_tito.htm">Tito rompt avec Staline, 08.48');
document.write ('<option value=""> ');

document.write ('<option value="1948/10/note_102548.htm">Compte-rendu de r&eacute;union, 25.10.48');
document.write ('<option value=""> ');

document.write ('<option value="1949/01/note_010849.htm">Compte-rendu de r&eacute;union, 08.01.49');
document.write ('<option value=""> ');

document.write ('<option value="1949/04/note_040249.htm">Compte-rendu de r&eacute;union, 02.04.49');
document.write ('<option value=""> ');

document.write ('<option value="1949/04/note_041449.htm">Compte-rendu de r&eacute;union, 14.04.49');
document.write ('<option value=""> ');

document.write ('</select>');
document.write ('</form></td></tr></table>');


}
makeMyMenu();





