gauche=0
haut=0
target ='_self';

color1 = "#D3CFCF";
color2 = "#999999";
color3 = "#505050";

menutitre = new Array;
menulien = new Array;

	menutitre[0]= 'GENERAL ANTHROPOGENY'
	menulien[0]= '../main_en.html'

	menutitre[1]= 'LOCAL ANTHROPOGENIES'
	menulien[1]= '../main_en.html'

	menutitre[2]= '&nbsp;&nbsp;<b>Ontology</b>'
	menulien[2]= '../main_en.html'

	menutitre[3]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>From Metaphysies to Anthropogeny</i>'
	menulien[3]= 'metaphysique_en.htm'

	menutitre[4]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>The Philosophies of Time</i>'
	menulien[4]= 'philodutemps_en.html'

	menutitre[5]= '&nbsp;&nbsp;<b>Semiotics</b>'
	menulien[5]= '../main_en.html'

	menutitre[6]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Signs and Symbol in the Sexual Act</i>'
	menulien[6]= 'signs_and_symbol.htm'

	menutitre[7]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Philosophy of Photography</i>'
	menulien[7]= 'an_semiotique_philo.html'

	menutitre[8]= '&nbsp;&nbsp;<b>Linguistics</b>'
	menulien[8]= '../main_en.html'

	menutitre[9]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Logic of ten languages</i>'
	menulien[9]= 'al_linguistique_eur_en.html'

	menutitre[10]= '&nbsp;&nbsp;<b>Phylogenesis</b>'
	menulien[10]= '../main_en.html'

	menutitre[11]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Priority of Technique</i>'
	menulien[11]= 'nouvel_age_an.htm'

	menutitre[12]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>The new Fortunes of Humanism</i>'
	menulien[12]= 'new_fortunes.htm'

	menutitre[13]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Photographic History of Photography</i>'
	menulien[13]= 'al_semiotique_hpp_an.html'

	menutitre[14]= '&nbsp;&nbsp;<b>Contemporary cosmogonies</b>'
	menulien[14]= '../main_en.html'

	menutitre[15]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Introduction</i>'
	menulien[15]= 'intro_gonies_an.htm'

	menutitre[16]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Painting</i>'
	menulien[16]= 'lo_en.htm'

	menutitre[17]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Analogical Photography</i>'
	menulien[17]= 'radisic_en.htm'

	menutitre[18]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Digital Photography</i>'
	menulien[18]= 'baudier_an.htm'

	menutitre[19]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Literature</i>'
	menulien[19]= 'zelsa_en.htm'

	menutitre[20]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Music, Dance, Theatre, Tectures</i>'
	menulien[20]= 'sequentiels_en.htm'

	menutitre[21]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Comic Strip</i>'
	menulien[21]= 'nemo_en.htm'

	menutitre[22]= '&nbsp;&nbsp;<b>Encyclopaedia Universalis 1970</b>'
	menulien[22]= '../main_en.html'

	menutitre[23]= 'SUCCINCT ANTHROPOGENY'
	menulien[23]= '../main_en.html'

	menutitre[24]= '&nbsp;&nbsp;&nbsp;&nbsp;<i>Around Homo in Eighty Theses</i>'
	menulien[24]= 'around.htm'



document.write('<STYLE TYPE="text/css">#menu { position:absolute;top:'+haut+';left:'+gauche+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu()
{
if (ie4) {menu.style.pixelTop=document.body.scrollTop+haut}
else if (ns6) {document.getElementById("menu").style.top=window.pageYOffset+haut}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut));}
if(ie4 || ns6 || ns4)
setTimeout("placeMenu()",1);
}

window.onload = placeMenu;
document.write('<SPAN ID=menu><table bgcolor=#D3CFCF border=0 cellspacing=0 cellpadding=5 bordercolor=#01F4F4 WIDTH=230><TR><TD ALIGN=center><img src="../images/homo_primangl.jpg" width="180" height="106" border="0" alt="" align="left" hspace="2" vspace="10"></TD></TR>')
for(a=0;a<menulien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color1+'\'" onMouseOver="this.style.background=\''+color2+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menulien[a]+'\',\''+target+'\')"><A HREF="'+menulien[a]+'" TARGET="'+target+'" STYLE="font-size:10px;font-family:verdana;line-height:7px;text-decoration:none;color:'+color3+'">'+menutitre[a]+'</A></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')

