<!-- // 1999-2012 © TigreConcept Switzerland all right reserved

if (navigator.appName.substring(0,3)=="Mic") {

menuTexte=new Array();
menuLink=new Array();
menuTexte[0]= '&nbsp;<img src=images/cercledd.gif alt="Le Blog 999" width=20 height=20 align=absmiddle border=0>&nbsp;&nbsp;&nbsp;Bonjour ami et amie';
menuLink[0]= 'index.html';
menuTexte[1]= 'Mal voyant <img src=images/oeil.gif alt="Optimisation pour malvoyants et nonvoyants" width=20 height=10 border=0>';
menuLink[1]= 'malvoyantmenu.html';
menuTexte[2]= '<img src="images/nextbas.gif" border=0 align=absmiddle> S’inscrire';
menuLink[2]= 'contact.html';
menuTexte[3]= '<img src="images/next.gif" border=0 align=absmiddle> Se connecter';
menuLink[3]= 'index.htm';

document.write('<div id="obj1" style="position:absolute;top:0px;left:0px;visibility:visible;background:#ebeef2"><table bgcolor="#ebeef2" background=images/frameht.gif cellpadding="0" cellspacing="0" border="0" width="100%" height="23"><tr>')

a = 0;
pourcent=67/menuTexte.length
while(a < menuTexte.length)
	{
	document.write('<td align="center" valign="middle" width="'+pourcent+'%"><A HREF="'+menuLink[a]+'"><font face="Trebuchet ms, Verdana" color="#000000" size="2">'+menuTexte[a]+'</font></a></td>');
	a++;
	}

document.write('</td><td align=center>');
document.write('<a href=meet.html target=_top><img src=icons/tchat.gif alt="Et la vie continue" width=42 height=16 border=0></a>');

document.write('</td><td align=center>');
document.write('<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="KVYQG9FECR7WN"><input type="image" src="images/paypal.gif" width="16" height="16" border="0" align="absmiddle" name="submit" alt="Souhaitez-vous soutenir la diffusion de ce blog ? Faites un don avec le système sécurisé Paypal ! Merci pour votre participation !"><img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1"> ');

document.write('</td><td align=center>');
document.write('<a href=radio.m3u target=_top><img src=images/999fmicon.gif alt="Radio 999 FM - On air : we’re playing nrj !" width=16 height=16 border=0 align=absmiddle></a> ');
document.write('<a href=../travel/radio.m3u target=_top><img src=../travel/images/brasilfmicon.gif alt="Radio Brasil FM - On air : vôo com Deus !" width=16 height=16 border=0 align=absmiddle></a> ');
document.write('<a href=../radio/radio.m3u target=_top><img src=../radio/images/popmusicicon.gif alt="Radio Pop Music - On air : i love Pop Music !" width=16 height=16 border=0 align=absmiddle></a> ');
document.write('<a href=../radio/jazzfestival.m3u target=_top><img src=../radio/images/jazzfestivalicon.gif alt="Radio Jazz Festival - On air : 100% from USA !" width=16 height=16 border=0 align=absmiddle></a> ');

document.write('</td><td align=center><font size=1>');
document.write('<a href=meteo.html title="Bulletin météo" target=_top><font color=#000000>Dad City &nbsp; 23° | 28°</font> <img src=images/solar.gif alt="Soleil" width=16 height=16 border=0></a>');

document.write('</td><td align=center><font size=1>');
document.write('<a href=index.html title="français" target=_top><font color=#000000><u>fr</u></font></a> <font color=#898989>|</font> ');
document.write('<a href=dd/index.html title="português" target=_top><font color=#000000>pt</font></a> <font color=#898989>|</font> ');
document.write('<a href=es/index.html title="español" target=_top><font color=#000000>es</font></a></font> ');

document.write('</td></tr></table></div></form>');

	var div1 = document.getElementById("obj1").style;
	var objet;
		
	function placeObj(px,py) 
		{
	  	div1.left=px;
	  	div1.top=py;
	 	}

	function voirMenu() 
		{
	  	var posy;
	  	if (navigator.appName=="Microsoft Internet Explorer") 
			{
			offsety = document.body.scrollTop;
			offsetx = document.body.scrollLeft;
			}
	  	else 
			{
			offsety = window.pageYOffset;
			offsetx = window.pageXOffset;
			}
	  	placeObj(0,offsety);
		tempo = setTimeout("voirMenu()",0);
		}

if(document.getElementById)
	voirMenu();
}
